Shades of Mandy #D24253
Tints of Mandy #D24253
RGB
CMYK
RGB Variations
Color information
#D24253 (or 0xD24253) is known color: Mandy. HEX triplet: D2, 42 and 53. RGB value is (210,66,83). Sum of RGB (Red+Green+Blue) = 210+66+83=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D24253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24253 is #2DBDAC. Grayscale: #6F6F6F. Windows color (decimal): -2997677 or 5456594. OLE color: 5456594.
HSL color Cylindrical-coordinate representation of color #D24253: hue angle of 352.92º 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 #D24253 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 83 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.18 |
| HSL | 352.92º | 0.62% | 0.54% | - |
| HSV(B) | 352.92º | 0.69% | 0.82% | - |
| XYZ | 30.09 | 18.22 | 10.12 | - |
| YUV | 110.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 83 | 0 | 0.69 | 0.60 | 0.18 | 352.92 | 0.62 | 0.54 |
| Hex | D2 | 42 | 53 | 0 | 45 | 3C | 12 | 161 | 3E | 36 |
| Octal | 322 | 102 | 123 | 0 | 105 | 74 | 22 | 541 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1010011 | 0 | 1000101 | 111100 | 10010 | 101100001 | 111110 | 110110 |
Color Harmonies of #D24253
Complementary color
Monochromatic Colors of #D24253
Black with #D24253
Text Example
Text Example
White with #D24253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24253; }
p { color: rgb(210,66,83); }
H1.HeaderClassName
{
color: #D24253;
}
.AnyTagClassName
{
color: #D24253;
}
</style>
background-color css
<style>
a { background-color: #D24253; }
a { background-color: rgb(210,66,83); }
div.DivClassName
{
background-color: #D24253;
}
.BgClassName
{
background-color: #D24253;
}
</style>
border-color css
<style>
span { border-color: #D24253; }
span { border-color: rgb(210,66,83); }
td.TdClassName
{
border-color: #D24253;
}
.TagClassName
{
border-color: #D24253;
}
</style>