#CD5599

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

Shades of Mulberry #CD5599

Tints of Mulberry #CD5599

Color information

#CD5599 (or 0xCD5599) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 99. RGB value is (205,85,153). Sum of RGB (Red+Green+Blue) = 205+85+153=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5599 is #32AA66. Grayscale: #808080. Windows color (decimal): -3320423 or 10048973. OLE color: 10048973.

HSL color Cylindrical-coordinate representation of color #CD5599: hue angle of 326º 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 #CD5599 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20585153-
CMYK00.590.250.20
HSL326º54.55%56.86%-
HSV(B)326º58.54%80.39%-
XYZ34.1821.7832.54-
YUV128.63141.76182.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=46.28%
G=19.19%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058515300.590.250.2032654.5556.86
HexCD559903B19141463739
Octal31512523107331245066771
Binary1100110110101011001100101110111100110100101000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5599; }

 p { color: rgb(205,85,153); }

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

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

 a { background-color: rgb(205,85,153); }

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

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

 span { border-color: rgb(205,85,153); }

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