Shades of Mandy #D85253
Tints of Mandy #D85253
RGB
CMYK
RGB Variations
Color information
#D85253 (or 0xD85253) is known color: Mandy. HEX triplet: D8, 52 and 53. RGB value is (216,82,83). Sum of RGB (Red+Green+Blue) = 216+82+83=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D85253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85253 is #27ADAC. Grayscale: #7A7A7A. Windows color (decimal): -2600365 or 5460696. OLE color: 5460696.
HSL color Cylindrical-coordinate representation of color #D85253: hue angle of 359.55º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85253 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 83 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.15 |
| HSL | 359.55º | 0.63% | 0.58% | - |
| HSV(B) | 359.55º | 0.62% | 0.85% | - |
| XYZ | 32.9 | 21.26 | 10.55 | - |
| YUV | 122.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 83 | 0 | 0.62 | 0.62 | 0.15 | 359.55 | 0.63 | 0.58 |
| Hex | D8 | 52 | 53 | 0 | 3E | 3E | F | 168 | 3F | 3A |
| Octal | 330 | 122 | 123 | 0 | 76 | 76 | 17 | 550 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1010011 | 0 | 111110 | 111110 | 1111 | 101101000 | 111111 | 111010 |
Color Harmonies of #D85253
Complementary color
Monochromatic Colors of #D85253
Black with #D85253
Text Example
Text Example
White with #D85253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85253; }
p { color: rgb(216,82,83); }
H1.HeaderClassName
{
color: #D85253;
}
.AnyTagClassName
{
color: #D85253;
}
</style>
background-color css
<style>
a { background-color: #D85253; }
a { background-color: rgb(216,82,83); }
div.DivClassName
{
background-color: #D85253;
}
.BgClassName
{
background-color: #D85253;
}
</style>
border-color css
<style>
span { border-color: #D85253; }
span { border-color: rgb(216,82,83); }
td.TdClassName
{
border-color: #D85253;
}
.TagClassName
{
border-color: #D85253;
}
</style>