#D24149

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

Shades of Mandy #D24149

Tints of Mandy #D24149

Color information

#D24149 (or 0xD24149) is unknown color: approx Mandy. HEX triplet: D2, 41 and 49. RGB value is (210,65,73). Sum of RGB (Red+Green+Blue) = 210+65+73=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24149 is #2DBEB6. Grayscale: #6D6D6D. Windows color (decimal): -2997943 or 4800978. OLE color: 4800978.

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

Color convert

RGB2106573-
CMYK00.690.650.18
HSL356.69º61.7%53.92%-
HSV(B)356.69º69.05%82.35%-
XYZ29.6717.968.21-
YUV109.27107.54199.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=60.34%
G=18.68%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210657300.690.650.18356.6961.753.92
HexD2414904541121653e36
Octal3221011110105101225457666
Binary110100101000001100100101000101100000110010101100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24149; }

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

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

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

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

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

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

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

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