Shades of Mandy #D24255
Tints of Mandy #D24255
RGB
CMYK
RGB Variations
Color information
#D24255 (or 0xD24255) is known color: Mandy. HEX triplet: D2, 42 and 55. RGB value is (210,66,85). Sum of RGB (Red+Green+Blue) = 210+66+85=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D24255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24255 is #2DBDAA. Grayscale: #6F6F6F. Windows color (decimal): -2997675 or 5587666. OLE color: 5587666.
HSL color Cylindrical-coordinate representation of color #D24255: hue angle of 352.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 #D24255 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.18 |
| HSL | 352.08º | 0.62% | 0.54% | - |
| HSV(B) | 352.08º | 0.69% | 0.82% | - |
| XYZ | 30.17 | 18.25 | 10.53 | - |
| YUV | 111.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 85 | 0 | 0.69 | 0.60 | 0.18 | 352.08 | 0.62 | 0.54 |
| Hex | D2 | 42 | 55 | 0 | 45 | 3C | 12 | 160 | 3E | 36 |
| Octal | 322 | 102 | 125 | 0 | 105 | 74 | 22 | 540 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1010101 | 0 | 1000101 | 111100 | 10010 | 101100000 | 111110 | 110110 |
Color Harmonies of #D24255
Complementary color
Monochromatic Colors of #D24255
Black with #D24255
Text Example
Text Example
White with #D24255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24255; }
p { color: rgb(210,66,85); }
H1.HeaderClassName
{
color: #D24255;
}
.AnyTagClassName
{
color: #D24255;
}
</style>
background-color css
<style>
a { background-color: #D24255; }
a { background-color: rgb(210,66,85); }
div.DivClassName
{
background-color: #D24255;
}
.BgClassName
{
background-color: #D24255;
}
</style>
border-color css
<style>
span { border-color: #D24255; }
span { border-color: rgb(210,66,85); }
td.TdClassName
{
border-color: #D24255;
}
.TagClassName
{
border-color: #D24255;
}
</style>