#D2599C

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

Shades of Mulberry #D2599C

Tints of Mulberry #D2599C

Color information

#D2599C (or 0xD2599C) is unknown color: approx Mulberry. HEX triplet: D2, 59 and 9C. RGB value is (210,89,156). Sum of RGB (Red+Green+Blue) = 210+89+156=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2599C is #2DA663. Grayscale: #848484. Windows color (decimal): -2991716 or 10246610. OLE color: 10246610.

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

Color convert

RGB21089156-
CMYK00.580.260.18
HSL326.78º57.35%58.63%-
HSV(B)326.78º57.62%82.35%-
XYZ36.1523.2534.03-
YUV132.82141.09183.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=46.15%
G=19.56%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108915600.580.260.18326.7857.3558.63
HexD2599C03A1A12147393b
Octal32213123407232225077173
Binary1101001010110011001110001110101101010010101000111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2599C; }

 p { color: rgb(210,89,156); }

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

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

 a { background-color: rgb(210,89,156); }

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

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

 span { border-color: rgb(210,89,156); }

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