#CD5594

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

Shades of Mulberry #CD5594

Tints of Mulberry #CD5594

Color information

#CD5594 (or 0xCD5594) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 94. RGB value is (205,85,148). Sum of RGB (Red+Green+Blue) = 205+85+148=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5594 is #32AA6B. Grayscale: #7F7F7F. Windows color (decimal): -3320428 or 9721293. OLE color: 9721293.

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

Color convert

RGB20585148-
CMYK00.590.280.20
HSL328.5º54.55%56.86%-
HSV(B)328.5º58.54%80.39%-
XYZ33.7721.6130.41-
YUV128.06139.26182.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=46.80%
G=19.41%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058514800.590.280.20328.554.5556.86
HexCD559403B1C141483739
Octal31512522407334245106771
Binary1100110110101011001010001110111110010100101001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5594; }

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

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

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

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

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

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

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

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