#D2588C

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

Shades of Mulberry #D2588C

Tints of Mulberry #D2588C

Color information

#D2588C (or 0xD2588C) is unknown color: approx Mulberry. HEX triplet: D2, 58 and 8C. RGB value is (210,88,140). Sum of RGB (Red+Green+Blue) = 210+88+140=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2588C is #2DA773. Grayscale: #828282. Windows color (decimal): -2991988 or 9197778. OLE color: 9197778.

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

Color convert

RGB21088140-
CMYK00.580.330.18
HSL334.43º57.55%58.43%-
HSV(B)334.43º58.1%82.35%-
XYZ34.822.5727.33-
YUV130.41133.42184.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=47.95%
G=20.09%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108814000.580.330.18334.4357.5558.43
HexD2588C03A211214e3a3a
Octal32213021407241225167272
Binary11010010101100010001100011101010000110010101001110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2588C; }

 p { color: rgb(210,88,140); }

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

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

 a { background-color: rgb(210,88,140); }

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

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

 span { border-color: rgb(210,88,140); }

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