#CD5489

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

Shades of Mulberry #CD5489

Tints of Mulberry #CD5489

Color information

#CD5489 (or 0xCD5489) is unknown color: approx Mulberry. HEX triplet: CD, 54 and 89. RGB value is (205,84,137). Sum of RGB (Red+Green+Blue) = 205+84+137=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5489 is #32AB76. Grayscale: #7E7E7E. Windows color (decimal): -3320695 or 9000141. OLE color: 9000141.

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

Color convert

RGB20584137-
CMYK00.590.330.20
HSL333.72º54.75%56.67%-
HSV(B)333.72º59.02%80.39%-
XYZ32.8621.1326.01-
YUV126.22134.09184.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=48.12%
G=19.72%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058413700.590.330.20333.7254.7556.67
HexCD548903B211414e3739
Octal31512421107341245166771
Binary11001101101010010001001011101110000110100101001110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5489; }

 p { color: rgb(205,84,137); }

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

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

 a { background-color: rgb(205,84,137); }

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

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

 span { border-color: rgb(205,84,137); }

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