Shades of Mandy #DE4253
Tints of Mandy #DE4253
RGB
CMYK
RGB Variations
Color information
#DE4253 (or 0xDE4253) is known color: Mandy. HEX triplet: DE, 42 and 53. RGB value is (222,66,83). Sum of RGB (Red+Green+Blue) = 222+66+83=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4253 is #21BDAC. Grayscale: #727272. Windows color (decimal): -2211245 or 5456606. OLE color: 5456606.
HSL color Cylindrical-coordinate representation of color #DE4253: hue angle of 353.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4253 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 83 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.13 |
| HSL | 353.46º | 0.7% | 0.56% | - |
| HSV(B) | 353.46º | 0.7% | 0.87% | - |
| XYZ | 33.63 | 20.05 | 10.28 | - |
| YUV | 114.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 83 | 0 | 0.70 | 0.63 | 0.13 | 353.46 | 0.7 | 0.56 |
| Hex | DE | 42 | 53 | 0 | 46 | 3F | D | 161 | 46 | 38 |
| Octal | 336 | 102 | 123 | 0 | 106 | 77 | 15 | 541 | 106 | 70 |
| Binary | 11011110 | 1000010 | 1010011 | 0 | 1000110 | 111111 | 1101 | 101100001 | 1000110 | 111000 |
Color Harmonies of #DE4253
Complementary color
Monochromatic Colors of #DE4253
Black with #DE4253
Text Example
Text Example
White with #DE4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4253; }
p { color: rgb(222,66,83); }
H1.HeaderClassName
{
color: #DE4253;
}
.AnyTagClassName
{
color: #DE4253;
}
</style>
background-color css
<style>
a { background-color: #DE4253; }
a { background-color: rgb(222,66,83); }
div.DivClassName
{
background-color: #DE4253;
}
.BgClassName
{
background-color: #DE4253;
}
</style>
border-color css
<style>
span { border-color: #DE4253; }
span { border-color: rgb(222,66,83); }
td.TdClassName
{
border-color: #DE4253;
}
.TagClassName
{
border-color: #DE4253;
}
</style>