#D24394

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

Shades of Mulberry #D24394

Tints of Mulberry #D24394

Color information

#D24394 (or 0xD24394) is unknown color: approx Mulberry. HEX triplet: D2, 43 and 94. RGB value is (210,67,148). Sum of RGB (Red+Green+Blue) = 210+67+148=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D24394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24394 is #2DBC6B. Grayscale: #767676. Windows color (decimal): -2997356 or 9716690. OLE color: 9716690.

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

Color convert

RGB21067148-
CMYK00.680.300.18
HSL326.01º61.37%54.31%-
HSV(B)326.01º68.1%82.35%-
XYZ33.9319.8530.06-
YUV118.99144.38192.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 67 (26.56% from 255) = 15.76%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=49.41%
G=15.76%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106714800.680.300.18326.0161.3754.31
HexD243940441E121463d36
Octal322103224010436225067566
Binary11010010100001110010100010001001111010010101000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24394; }

 p { color: rgb(210,67,148); }

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

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

 a { background-color: rgb(210,67,148); }

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

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

 span { border-color: rgb(210,67,148); }

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