Shades of Mandy #D84E4F
Tints of Mandy #D84E4F
RGB
CMYK
RGB Variations
Color information
#D84E4F (or 0xD84E4F) is known color: Mandy. HEX triplet: D8, 4E and 4F. RGB value is (216,78,79). Sum of RGB (Red+Green+Blue) = 216+78+79=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E4F is #27B1B0. Grayscale: #777777. Windows color (decimal): -2601393 or 5197528. OLE color: 5197528.
HSL color Cylindrical-coordinate representation of color #D84E4F: hue angle of 359.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E4F is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 79 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.15 |
| HSL | 359.57º | 0.64% | 0.58% | - |
| HSV(B) | 359.57º | 0.64% | 0.85% | - |
| XYZ | 32.45 | 20.61 | 9.67 | - |
| YUV | 119.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 79 | 0 | 0.64 | 0.63 | 0.15 | 359.57 | 0.64 | 0.58 |
| Hex | D8 | 4E | 4F | 0 | 40 | 3F | F | 168 | 40 | 3A |
| Octal | 330 | 116 | 117 | 0 | 100 | 77 | 17 | 550 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1001111 | 0 | 1000000 | 111111 | 1111 | 101101000 | 1000000 | 111010 |
Color Harmonies of #D84E4F
Complementary color
Monochromatic Colors of #D84E4F
Black with #D84E4F
Text Example
Text Example
White with #D84E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E4F; }
p { color: rgb(216,78,79); }
H1.HeaderClassName
{
color: #D84E4F;
}
.AnyTagClassName
{
color: #D84E4F;
}
</style>
background-color css
<style>
a { background-color: #D84E4F; }
a { background-color: rgb(216,78,79); }
div.DivClassName
{
background-color: #D84E4F;
}
.BgClassName
{
background-color: #D84E4F;
}
</style>
border-color css
<style>
span { border-color: #D84E4F; }
span { border-color: rgb(216,78,79); }
td.TdClassName
{
border-color: #D84E4F;
}
.TagClassName
{
border-color: #D84E4F;
}
</style>