#D2429F

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

Shades of Mulberry #D2429F

Tints of Mulberry #D2429F

Color information

#D2429F (or 0xD2429F) is unknown color: approx Mulberry. HEX triplet: D2, 42 and 9F. RGB value is (210,66,159). Sum of RGB (Red+Green+Blue) = 210+66+159=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2429F is #2DBD60. Grayscale: #777777. Windows color (decimal): -2997601 or 10437330. OLE color: 10437330.

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

Color convert

RGB21066159-
CMYK00.690.240.18
HSL321.25º61.54%54.12%-
HSV(B)321.25º68.57%82.35%-
XYZ34.7820.134.85-
YUV119.66150.21192.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=48.28%
G=15.17%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106615900.690.240.18321.2561.5454.12
HexD2429F04518121413e36
Octal322102237010530225017666
Binary11010010100001010011111010001011100010010101000001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2429F; }

 p { color: rgb(210,66,159); }

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

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

 a { background-color: rgb(210,66,159); }

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

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

 span { border-color: rgb(210,66,159); }

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