#D2429E

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

Shades of Mulberry #D2429E

Tints of Mulberry #D2429E

Color information

#D2429E (or 0xD2429E) is unknown color: approx Mulberry. HEX triplet: D2, 42 and 9E. RGB value is (210,66,158). Sum of RGB (Red+Green+Blue) = 210+66+158=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2429E is #2DBD61. Grayscale: #777777. Windows color (decimal): -2997602 or 10371794. OLE color: 10371794.

HSL color Cylindrical-coordinate representation of color #D2429E: hue angle of 321.67º 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 #D2429E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB21066158-
CMYK00.690.250.18
HSL321.67º61.54%54.12%-
HSV(B)321.67º68.57%82.35%-
XYZ34.720.0734.39-
YUV119.54149.71192.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=48.39%
G=15.21%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106615800.690.250.18321.6761.5454.12
HexD2429E04519121423e36
Octal322102236010531225027666
Binary11010010100001010011110010001011100110010101000010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2429E; }

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

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

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

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

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

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

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

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