Shades of Mandy #D24955
Tints of Mandy #D24955
RGB
CMYK
RGB Variations
Color information
#D24955 (or 0xD24955) is known color: Mandy. HEX triplet: D2, 49 and 55. RGB value is (210,73,85). Sum of RGB (Red+Green+Blue) = 210+73+85=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D24955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24955 is #2DB6AA. Grayscale: #737373. Windows color (decimal): -2995883 or 5589458. OLE color: 5589458.
HSL color Cylindrical-coordinate representation of color #D24955: hue angle of 354.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24955 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 85 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.18 |
| HSL | 354.74º | 0.6% | 0.55% | - |
| HSV(B) | 354.74º | 0.65% | 0.82% | - |
| XYZ | 30.6 | 19.12 | 10.67 | - |
| YUV | 115.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 85 | 0 | 0.65 | 0.60 | 0.18 | 354.74 | 0.6 | 0.55 |
| Hex | D2 | 49 | 55 | 0 | 41 | 3C | 12 | 163 | 3C | 37 |
| Octal | 322 | 111 | 125 | 0 | 101 | 74 | 22 | 543 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1010101 | 0 | 1000001 | 111100 | 10010 | 101100011 | 111100 | 110111 |
Color Harmonies of #D24955
Complementary color
Monochromatic Colors of #D24955
Black with #D24955
Text Example
Text Example
White with #D24955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24955; }
p { color: rgb(210,73,85); }
H1.HeaderClassName
{
color: #D24955;
}
.AnyTagClassName
{
color: #D24955;
}
</style>
background-color css
<style>
a { background-color: #D24955; }
a { background-color: rgb(210,73,85); }
div.DivClassName
{
background-color: #D24955;
}
.BgClassName
{
background-color: #D24955;
}
</style>
border-color css
<style>
span { border-color: #D24955; }
span { border-color: rgb(210,73,85); }
td.TdClassName
{
border-color: #D24955;
}
.TagClassName
{
border-color: #D24955;
}
</style>