#CD3999

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

Shades of Mulberry #CD3999

Tints of Mulberry #CD3999

Color information

#CD3999 (or 0xCD3999) is unknown color: approx Mulberry. HEX triplet: CD, 39 and 99. RGB value is (205,57,153). Sum of RGB (Red+Green+Blue) = 205+57+153=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3999 is #32C666. Grayscale: #6F6F6F. Windows color (decimal): -3327591 or 10041805. OLE color: 10041805.

HSL color Cylindrical-coordinate representation of color #CD3999: hue angle of 321.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3999 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20557153-
CMYK00.720.250.20
HSL321.08º59.68%51.37%-
HSV(B)321.08º72.2%80.39%-
XYZ32.3918.2131.94-
YUV112.2151.03194.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=49.40%
G=13.73%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055715300.720.250.20321.0859.6851.37
HexCD399904819141413c33
Octal31571231011031245017463
Binary1100110111100110011001010010001100110100101000001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3999; }

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

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

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

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

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

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

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

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