Shades of Mandy #D24952
Tints of Mandy #D24952
RGB
CMYK
RGB Variations
Color information
#D24952 (or 0xD24952) is known color: Mandy. HEX triplet: D2, 49 and 52. RGB value is (210,73,82). Sum of RGB (Red+Green+Blue) = 210+73+82=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D24952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24952 is #2DB6AD. Grayscale: #737373. Windows color (decimal): -2995886 or 5392850. OLE color: 5392850.
HSL color Cylindrical-coordinate representation of color #D24952: hue angle of 356.06º 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 #D24952 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 82 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.18 |
| HSL | 356.06º | 0.6% | 0.55% | - |
| HSV(B) | 356.06º | 0.65% | 0.82% | - |
| XYZ | 30.48 | 19.08 | 10.06 | - |
| YUV | 114.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 82 | 0 | 0.65 | 0.61 | 0.18 | 356.06 | 0.6 | 0.55 |
| Hex | D2 | 49 | 52 | 0 | 41 | 3D | 12 | 164 | 3C | 37 |
| Octal | 322 | 111 | 122 | 0 | 101 | 75 | 22 | 544 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1010010 | 0 | 1000001 | 111101 | 10010 | 101100100 | 111100 | 110111 |
Color Harmonies of #D24952
Complementary color
Monochromatic Colors of #D24952
Black with #D24952
Text Example
Text Example
White with #D24952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24952; }
p { color: rgb(210,73,82); }
H1.HeaderClassName
{
color: #D24952;
}
.AnyTagClassName
{
color: #D24952;
}
</style>
background-color css
<style>
a { background-color: #D24952; }
a { background-color: rgb(210,73,82); }
div.DivClassName
{
background-color: #D24952;
}
.BgClassName
{
background-color: #D24952;
}
</style>
border-color css
<style>
span { border-color: #D24952; }
span { border-color: rgb(210,73,82); }
td.TdClassName
{
border-color: #D24952;
}
.TagClassName
{
border-color: #D24952;
}
</style>