#D2579C

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

Shades of Mulberry #D2579C

Tints of Mulberry #D2579C

Color information

#D2579C (or 0xD2579C) is unknown color: approx Mulberry. HEX triplet: D2, 57 and 9C. RGB value is (210,87,156). Sum of RGB (Red+Green+Blue) = 210+87+156=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2579C is #2DA863. Grayscale: #838383. Windows color (decimal): -2992228 or 10246098. OLE color: 10246098.

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

Color convert

RGB21087156-
CMYK00.590.260.18
HSL326.34º57.75%58.24%-
HSV(B)326.34º58.57%82.35%-
XYZ35.9922.9233.98-
YUV131.64141.75183.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=46.36%
G=19.21%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108715600.590.260.18326.3457.7558.24
HexD2579C03B1A121463a3a
Octal32212723407332225067272
Binary1101001010101111001110001110111101010010101000110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2579C; }

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

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

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

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

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

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

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

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