#D24549

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

Shades of Mandy #D24549

Tints of Mandy #D24549

Color information

#D24549 (or 0xD24549) is unknown color: approx Mandy. HEX triplet: D2, 45 and 49. RGB value is (210,69,73). Sum of RGB (Red+Green+Blue) = 210+69+73=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D24549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24549 is #2DBAB6. Grayscale: #6F6F6F. Windows color (decimal): -2996919 or 4802002. OLE color: 4802002.

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

Color convert

RGB2106973-
CMYK00.670.650.18
HSL358.3º61.04%54.71%-
HSV(B)358.3º67.14%82.35%-
XYZ29.9118.448.29-
YUV111.62106.21198.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.66%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=59.66%
G=19.60%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210697300.670.650.18358.361.0454.71
HexD2454904341121663d37
Octal3221051110103101225467567
Binary110100101000101100100101000011100000110010101100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24549; }

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

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

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

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

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

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

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

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