Shades of Mandy #DE5363
Tints of Mandy #DE5363
RGB
CMYK
RGB Variations
Color information
#DE5363 (or 0xDE5363) is known color: Mandy. HEX triplet: DE, 53 and 63. RGB value is (222,83,99). Sum of RGB (Red+Green+Blue) = 222+83+99=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5363 is #21AC9C. Grayscale: #7E7E7E. Windows color (decimal): -2206877 or 6509534. OLE color: 6509534.
HSL color Cylindrical-coordinate representation of color #DE5363: hue angle of 353.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5363 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 99 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.13 |
| HSL | 353.09º | 0.68% | 0.6% | - |
| HSV(B) | 353.09º | 0.63% | 0.87% | - |
| XYZ | 35.47 | 22.62 | 14.3 | - |
| YUV | 126.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 99 | 0 | 0.63 | 0.55 | 0.13 | 353.09 | 0.68 | 0.6 |
| Hex | DE | 53 | 63 | 0 | 3F | 37 | D | 161 | 44 | 3C |
| Octal | 336 | 123 | 143 | 0 | 77 | 67 | 15 | 541 | 104 | 74 |
| Binary | 11011110 | 1010011 | 1100011 | 0 | 111111 | 110111 | 1101 | 101100001 | 1000100 | 111100 |
Color Harmonies of #DE5363
Complementary color
Monochromatic Colors of #DE5363
Black with #DE5363
Text Example
Text Example
White with #DE5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5363; }
p { color: rgb(222,83,99); }
H1.HeaderClassName
{
color: #DE5363;
}
.AnyTagClassName
{
color: #DE5363;
}
</style>
background-color css
<style>
a { background-color: #DE5363; }
a { background-color: rgb(222,83,99); }
div.DivClassName
{
background-color: #DE5363;
}
.BgClassName
{
background-color: #DE5363;
}
</style>
border-color css
<style>
span { border-color: #DE5363; }
span { border-color: rgb(222,83,99); }
td.TdClassName
{
border-color: #DE5363;
}
.TagClassName
{
border-color: #DE5363;
}
</style>