#CD5998

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

Shades of Mulberry #CD5998

Tints of Mulberry #CD5998

Color information

#CD5998 (or 0xCD5998) is unknown color: approx Mulberry. HEX triplet: CD, 59 and 98. RGB value is (205,89,152). Sum of RGB (Red+Green+Blue) = 205+89+152=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5998 is #32A667. Grayscale: #828282. Windows color (decimal): -3319400 or 9984461. OLE color: 9984461.

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

Color convert

RGB20589152-
CMYK00.570.260.20
HSL327.41º53.7%57.65%-
HSV(B)327.41º56.59%80.39%-
XYZ34.4222.3932.21-
YUV130.87139.93180.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=45.96%
G=19.96%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058915200.570.260.20327.4153.757.65
HexCD59980391A14147363a
Octal31513123007132245076672
Binary1100110110110011001100001110011101010100101000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5998; }

 p { color: rgb(205,89,152); }

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

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

 a { background-color: rgb(205,89,152); }

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

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

 span { border-color: rgb(205,89,152); }

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