#CD5586

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

Shades of Mulberry #CD5586

Tints of Mulberry #CD5586

Color information

#CD5586 (or 0xCD5586) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 86. RGB value is (205,85,134). Sum of RGB (Red+Green+Blue) = 205+85+134=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5586 is #32AA79. Grayscale: #7E7E7E. Windows color (decimal): -3320442 or 8803789. OLE color: 8803789.

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

Color convert

RGB20585134-
CMYK00.590.350.20
HSL335.5º54.55%56.86%-
HSV(B)335.5º58.54%80.39%-
XYZ32.7321.224.92-
YUV126.47132.26184.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=48.35%
G=20.05%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058513400.590.350.20335.554.5556.86
HexCD558603B23141503739
Octal31512520607343245206771
Binary11001101101010110000110011101110001110100101010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5586; }

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

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

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

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

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

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

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

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