#CD4DA5

Color #CD4DA5 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CD4DA5

Tints of Mulberry #CD4DA5

Color information

#CD4DA5 (or 0xCD4DA5) is unknown color: approx Mulberry. HEX triplet: CD, 4D and A5. RGB value is (205,77,165). Sum of RGB (Red+Green+Blue) = 205+77+165=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4DA5 is #32B25A. Grayscale: #7D7D7D. Windows color (decimal): -3322459 or 10833357. OLE color: 10833357.

HSL color Cylindrical-coordinate representation of color #CD4DA5: hue angle of 318.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4DA5 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB20577165-
CMYK00.620.200.20
HSL318.75º56.14%55.29%-
HSV(B)318.75º62.44%80.39%-
XYZ34.622137.83-
YUV125.3150.41184.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=45.86%
G=17.23%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057716500.620.200.20318.7556.1455.29
HexCD4DA503E141413f3837
Octal31511524507624244777067
Binary1100110110011011010010101111101010010100100111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DA5; }

 p { color: rgb(205,77,165); }

 H1.HeaderClassName
 {
   color: #CD4DA5;
 }
 .AnyTagClassName
 {
   color: #CD4DA5;
 }
</style>
background-color css

<style>
 a { background-color: #CD4DA5; }

 a { background-color: rgb(205,77,165); }

 div.DivClassName
 {
   background-color: #CD4DA5;
 }
 .BgClassName
 {
   background-color: #CD4DA5;
 }
</style>
border-color css

<style>
 span { border-color: #CD4DA5; }

 span { border-color: rgb(205,77,165); }

 td.TdClassName
 {
   border-color: #CD4DA5;
 }
 .TagClassName
 {
   border-color: #CD4DA5;
 }
</style>