#D24555

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

Shades of Mandy #D24555

Tints of Mandy #D24555

Color information

#D24555 (or 0xD24555) is unknown color: approx Mandy. HEX triplet: D2, 45 and 55. RGB value is (210,69,85). Sum of RGB (Red+Green+Blue) = 210+69+85=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D24555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24555 is #2DBAAA. Grayscale: #717171. Windows color (decimal): -2996907 or 5588434. OLE color: 5588434.

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

Color convert

RGB2106985-
CMYK00.670.600.18
HSL353.19º61.04%54.71%-
HSV(B)353.19º67.14%82.35%-
XYZ30.3518.6110.59-
YUV112.98112.21197.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.69%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=57.69%
G=18.96%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210698500.670.600.18353.1961.0454.71
HexD245550433C121613d37
Octal322105125010374225417567
Binary11010010100010110101010100001111110010010101100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24555; }

 p { color: rgb(210,69,85); }

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

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

 a { background-color: rgb(210,69,85); }

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

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

 span { border-color: rgb(210,69,85); }

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