#D24192

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

Shades of Mulberry #D24192

Tints of Mulberry #D24192

Color information

#D24192 (or 0xD24192) is unknown color: approx Mulberry. HEX triplet: D2, 41 and 92. RGB value is (210,65,146). Sum of RGB (Red+Green+Blue) = 210+65+146=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D24192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24192 is #2DBE6D. Grayscale: #757575. Windows color (decimal): -2997870 or 9585106. OLE color: 9585106.

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

Color convert

RGB21065146-
CMYK00.690.300.18
HSL326.48º61.7%53.92%-
HSV(B)326.48º69.05%82.35%-
XYZ33.6619.5629.2-
YUV117.59144.04193.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=49.88%
G=15.44%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106514600.690.300.18326.4861.753.92
HexD241920451E121463e36
Octal322101222010536225067666
Binary11010010100000110010010010001011111010010101000110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24192; }

 p { color: rgb(210,65,146); }

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

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

 a { background-color: rgb(210,65,146); }

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

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

 span { border-color: rgb(210,65,146); }

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