Shades of Mandy #DE4A62
Tints of Mandy #DE4A62
RGB
CMYK
RGB Variations
Color information
#DE4A62 (or 0xDE4A62) is known color: Mandy. HEX triplet: DE, 4A and 62. RGB value is (222,74,98). Sum of RGB (Red+Green+Blue) = 222+74+98=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4A62 is #21B59D. Grayscale: #797979. Windows color (decimal): -2209182 or 6441694. OLE color: 6441694.
HSL color Cylindrical-coordinate representation of color #DE4A62: hue angle of 350.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4A62 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 98 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.13 |
| HSL | 350.27º | 0.69% | 0.58% | - |
| HSV(B) | 350.27º | 0.67% | 0.87% | - |
| XYZ | 34.78 | 21.31 | 13.84 | - |
| YUV | 120.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 98 | 0 | 0.67 | 0.56 | 0.13 | 350.27 | 0.69 | 0.58 |
| Hex | DE | 4A | 62 | 0 | 43 | 38 | D | 15E | 45 | 3A |
| Octal | 336 | 112 | 142 | 0 | 103 | 70 | 15 | 536 | 105 | 72 |
| Binary | 11011110 | 1001010 | 1100010 | 0 | 1000011 | 111000 | 1101 | 101011110 | 1000101 | 111010 |
Color Harmonies of #DE4A62
Complementary color
Monochromatic Colors of #DE4A62
Black with #DE4A62
Text Example
Text Example
White with #DE4A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A62; }
p { color: rgb(222,74,98); }
H1.HeaderClassName
{
color: #DE4A62;
}
.AnyTagClassName
{
color: #DE4A62;
}
</style>
background-color css
<style>
a { background-color: #DE4A62; }
a { background-color: rgb(222,74,98); }
div.DivClassName
{
background-color: #DE4A62;
}
.BgClassName
{
background-color: #DE4A62;
}
</style>
border-color css
<style>
span { border-color: #DE4A62; }
span { border-color: rgb(222,74,98); }
td.TdClassName
{
border-color: #DE4A62;
}
.TagClassName
{
border-color: #DE4A62;
}
</style>