Shades of Mandy #D84256
Tints of Mandy #D84256
RGB
CMYK
RGB Variations
Color information
#D84256 (or 0xD84256) is known color: Mandy. HEX triplet: D8, 42 and 56. RGB value is (216,66,86). Sum of RGB (Red+Green+Blue) = 216+66+86=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D84256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84256 is #27BDA9. Grayscale: #717171. Windows color (decimal): -2604458 or 5653208. OLE color: 5653208.
HSL color Cylindrical-coordinate representation of color #D84256: hue angle of 352º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84256 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 86 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.15 |
| HSL | 352º | 0.66% | 0.55% | - |
| HSV(B) | 352º | 0.69% | 0.85% | - |
| XYZ | 31.95 | 19.17 | 10.82 | - |
| YUV | 113.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 86 | 0 | 0.69 | 0.60 | 0.15 | 352 | 0.66 | 0.55 |
| Hex | D8 | 42 | 56 | 0 | 45 | 3C | F | 160 | 42 | 37 |
| Octal | 330 | 102 | 126 | 0 | 105 | 74 | 17 | 540 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1010110 | 0 | 1000101 | 111100 | 1111 | 101100000 | 1000010 | 110111 |
Color Harmonies of #D84256
Complementary color
Monochromatic Colors of #D84256
Black with #D84256
Text Example
Text Example
White with #D84256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84256; }
p { color: rgb(216,66,86); }
H1.HeaderClassName
{
color: #D84256;
}
.AnyTagClassName
{
color: #D84256;
}
</style>
background-color css
<style>
a { background-color: #D84256; }
a { background-color: rgb(216,66,86); }
div.DivClassName
{
background-color: #D84256;
}
.BgClassName
{
background-color: #D84256;
}
</style>
border-color css
<style>
span { border-color: #D84256; }
span { border-color: rgb(216,66,86); }
td.TdClassName
{
border-color: #D84256;
}
.TagClassName
{
border-color: #D84256;
}
</style>