Shades of Mandy #D24249
Tints of Mandy #D24249
RGB
CMYK
RGB Variations
Color information
#D24249 (or 0xD24249) is known color: Mandy. HEX triplet: D2, 42 and 49. RGB value is (210,66,73). Sum of RGB (Red+Green+Blue) = 210+66+73=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D24249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24249 is #2DBDB6. Grayscale: #6D6D6D. Windows color (decimal): -2997687 or 4801234. OLE color: 4801234.
HSL color Cylindrical-coordinate representation of color #D24249: hue angle of 357.08º 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 #D24249 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 73 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.18 |
| HSL | 357.08º | 0.62% | 0.54% | - |
| HSV(B) | 357.08º | 0.69% | 0.82% | - |
| XYZ | 29.73 | 18.08 | 8.23 | - |
| YUV | 109.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 73 | 0 | 0.69 | 0.65 | 0.18 | 357.08 | 0.62 | 0.54 |
| Hex | D2 | 42 | 49 | 0 | 45 | 41 | 12 | 165 | 3E | 36 |
| Octal | 322 | 102 | 111 | 0 | 105 | 101 | 22 | 545 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1001001 | 0 | 1000101 | 1000001 | 10010 | 101100101 | 111110 | 110110 |
Color Harmonies of #D24249
Complementary color
Monochromatic Colors of #D24249
Black with #D24249
Text Example
Text Example
White with #D24249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24249; }
p { color: rgb(210,66,73); }
H1.HeaderClassName
{
color: #D24249;
}
.AnyTagClassName
{
color: #D24249;
}
</style>
background-color css
<style>
a { background-color: #D24249; }
a { background-color: rgb(210,66,73); }
div.DivClassName
{
background-color: #D24249;
}
.BgClassName
{
background-color: #D24249;
}
</style>
border-color css
<style>
span { border-color: #D24249; }
span { border-color: rgb(210,66,73); }
td.TdClassName
{
border-color: #D24249;
}
.TagClassName
{
border-color: #D24249;
}
</style>