Shades of Mandy #DE474E
Tints of Mandy #DE474E
RGB
CMYK
RGB Variations
Color information
#DE474E (or 0xDE474E) is known color: Mandy. HEX triplet: DE, 47 and 4E. RGB value is (222,71,78). Sum of RGB (Red+Green+Blue) = 222+71+78=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE474E is #21B8B1. Grayscale: #757575. Windows color (decimal): -2209970 or 5130206. OLE color: 5130206.
HSL color Cylindrical-coordinate representation of color #DE474E: hue angle of 357.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE474E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 78 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.13 |
| HSL | 357.22º | 0.7% | 0.57% | - |
| HSV(B) | 357.22º | 0.68% | 0.87% | - |
| XYZ | 33.75 | 20.59 | 9.4 | - |
| YUV | 116.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 78 | 0 | 0.68 | 0.65 | 0.13 | 357.22 | 0.7 | 0.57 |
| Hex | DE | 47 | 4E | 0 | 44 | 41 | D | 165 | 46 | 39 |
| Octal | 336 | 107 | 116 | 0 | 104 | 101 | 15 | 545 | 106 | 71 |
| Binary | 11011110 | 1000111 | 1001110 | 0 | 1000100 | 1000001 | 1101 | 101100101 | 1000110 | 111001 |
Color Harmonies of #DE474E
Complementary color
Monochromatic Colors of #DE474E
Black with #DE474E
Text Example
Text Example
White with #DE474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE474E; }
p { color: rgb(222,71,78); }
H1.HeaderClassName
{
color: #DE474E;
}
.AnyTagClassName
{
color: #DE474E;
}
</style>
background-color css
<style>
a { background-color: #DE474E; }
a { background-color: rgb(222,71,78); }
div.DivClassName
{
background-color: #DE474E;
}
.BgClassName
{
background-color: #DE474E;
}
</style>
border-color css
<style>
span { border-color: #DE474E; }
span { border-color: rgb(222,71,78); }
td.TdClassName
{
border-color: #DE474E;
}
.TagClassName
{
border-color: #DE474E;
}
</style>