#D24050

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

Shades of Mandy #D24050

Tints of Mandy #D24050

Color information

#D24050 (or 0xD24050) is unknown color: approx Mandy. HEX triplet: D2, 40 and 50. RGB value is (210,64,80). Sum of RGB (Red+Green+Blue) = 210+64+80=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24050 is #2DBFAF. Grayscale: #6D6D6D. Windows color (decimal): -2998192 or 5259474. OLE color: 5259474.

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

Color convert

RGB2106480-
CMYK00.700.620.18
HSL353.42º61.86%53.73%-
HSV(B)353.42º69.52%82.35%-
XYZ29.8617.959.48-
YUV109.48111.37199.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.32%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=59.32%
G=18.08%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210648000.700.620.18353.4261.8653.73
HexD240500463E121613e36
Octal322100120010676225417666
Binary11010010100000010100000100011011111010010101100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24050; }

 p { color: rgb(210,64,80); }

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

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

 a { background-color: rgb(210,64,80); }

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

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

 span { border-color: rgb(210,64,80); }

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