#D24986

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

Shades of Mulberry #D24986

Tints of Mulberry #D24986

Color information

#D24986 (or 0xD24986) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 86. RGB value is (210,73,134). Sum of RGB (Red+Green+Blue) = 210+73+134=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D24986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24986 is #2DB679. Grayscale: #787878. Windows color (decimal): -2995834 or 8800722. OLE color: 8800722.

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

Color convert

RGB21073134-
CMYK00.650.360.18
HSL333.28º60.35%55.49%-
HSV(B)333.28º65.24%82.35%-
XYZ33.2620.1924.7-
YUV120.92135.39191.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=50.36%
G=17.51%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107313400.650.360.18333.2860.3555.49
HexD24986041241214d3c37
Octal322111206010144225157467
Binary110100101001001100001100100000110010010010101001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24986; }

 p { color: rgb(210,73,134); }

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

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

 a { background-color: rgb(210,73,134); }

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

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

 span { border-color: rgb(210,73,134); }

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