Shades of Mandy #D24852
Tints of Mandy #D24852
RGB
CMYK
RGB Variations
Color information
#D24852 (or 0xD24852) is known color: Mandy. HEX triplet: D2, 48 and 52. RGB value is (210,72,82). Sum of RGB (Red+Green+Blue) = 210+72+82=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D24852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24852 is #2DB7AD. Grayscale: #727272. Windows color (decimal): -2996142 or 5392594. OLE color: 5392594.
HSL color Cylindrical-coordinate representation of color #D24852: hue angle of 355.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24852 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.18 |
| HSL | 355.65º | 0.61% | 0.55% | - |
| HSV(B) | 355.65º | 0.66% | 0.82% | - |
| XYZ | 30.42 | 18.95 | 10.04 | - |
| YUV | 114.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 82 | 0 | 0.66 | 0.61 | 0.18 | 355.65 | 0.61 | 0.55 |
| Hex | D2 | 48 | 52 | 0 | 42 | 3D | 12 | 164 | 3D | 37 |
| Octal | 322 | 110 | 122 | 0 | 102 | 75 | 22 | 544 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1010010 | 0 | 1000010 | 111101 | 10010 | 101100100 | 111101 | 110111 |
Color Harmonies of #D24852
Complementary color
Monochromatic Colors of #D24852
Black with #D24852
Text Example
Text Example
White with #D24852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24852; }
p { color: rgb(210,72,82); }
H1.HeaderClassName
{
color: #D24852;
}
.AnyTagClassName
{
color: #D24852;
}
</style>
background-color css
<style>
a { background-color: #D24852; }
a { background-color: rgb(210,72,82); }
div.DivClassName
{
background-color: #D24852;
}
.BgClassName
{
background-color: #D24852;
}
</style>
border-color css
<style>
span { border-color: #D24852; }
span { border-color: rgb(210,72,82); }
td.TdClassName
{
border-color: #D24852;
}
.TagClassName
{
border-color: #D24852;
}
</style>