Shades of Mandy #D24155
Tints of Mandy #D24155
RGB
CMYK
RGB Variations
Color information
#D24155 (or 0xD24155) is known color: Mandy. HEX triplet: D2, 41 and 55. RGB value is (210,65,85). Sum of RGB (Red+Green+Blue) = 210+65+85=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D24155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24155 is #2DBEAA. Grayscale: #6E6E6E. Windows color (decimal): -2997931 or 5587410. OLE color: 5587410.
HSL color Cylindrical-coordinate representation of color #D24155: hue angle of 351.72º 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 #D24155 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.18 |
| HSL | 351.72º | 0.62% | 0.54% | - |
| HSV(B) | 351.72º | 0.69% | 0.82% | - |
| XYZ | 30.11 | 18.14 | 10.51 | - |
| YUV | 110.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 85 | 0 | 0.69 | 0.60 | 0.18 | 351.72 | 0.62 | 0.54 |
| Hex | D2 | 41 | 55 | 0 | 45 | 3C | 12 | 160 | 3E | 36 |
| Octal | 322 | 101 | 125 | 0 | 105 | 74 | 22 | 540 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1010101 | 0 | 1000101 | 111100 | 10010 | 101100000 | 111110 | 110110 |
Color Harmonies of #D24155
Complementary color
Monochromatic Colors of #D24155
Black with #D24155
Text Example
Text Example
White with #D24155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24155; }
p { color: rgb(210,65,85); }
H1.HeaderClassName
{
color: #D24155;
}
.AnyTagClassName
{
color: #D24155;
}
</style>
background-color css
<style>
a { background-color: #D24155; }
a { background-color: rgb(210,65,85); }
div.DivClassName
{
background-color: #D24155;
}
.BgClassName
{
background-color: #D24155;
}
</style>
border-color css
<style>
span { border-color: #D24155; }
span { border-color: rgb(210,65,85); }
td.TdClassName
{
border-color: #D24155;
}
.TagClassName
{
border-color: #D24155;
}
</style>