Shades of Mandy #DE5F63
Tints of Mandy #DE5F63
RGB
CMYK
RGB Variations
Color information
#DE5F63 (or 0xDE5F63) is known color: Mandy. HEX triplet: DE, 5F and 63. RGB value is (222,95,99). Sum of RGB (Red+Green+Blue) = 222+95+99=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5F63 is #21A09C. Grayscale: #858585. Windows color (decimal): -2203805 or 6512606. OLE color: 6512606.
HSL color Cylindrical-coordinate representation of color #DE5F63: hue angle of 358.11º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE5F63 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 95 | 99 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.13 |
| HSL | 358.11º | 0.66% | 0.62% | - |
| HSV(B) | 358.11º | 0.57% | 0.87% | - |
| XYZ | 36.47 | 24.61 | 14.63 | - |
| YUV | 133.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 95 | 99 | 0 | 0.57 | 0.55 | 0.13 | 358.11 | 0.66 | 0.62 |
| Hex | DE | 5F | 63 | 0 | 39 | 37 | D | 166 | 42 | 3E |
| Octal | 336 | 137 | 143 | 0 | 71 | 67 | 15 | 546 | 102 | 76 |
| Binary | 11011110 | 1011111 | 1100011 | 0 | 111001 | 110111 | 1101 | 101100110 | 1000010 | 111110 |
Color Harmonies of #DE5F63
Complementary color
Monochromatic Colors of #DE5F63
Black with #DE5F63
Text Example
Text Example
White with #DE5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5F63; }
p { color: rgb(222,95,99); }
H1.HeaderClassName
{
color: #DE5F63;
}
.AnyTagClassName
{
color: #DE5F63;
}
</style>
background-color css
<style>
a { background-color: #DE5F63; }
a { background-color: rgb(222,95,99); }
div.DivClassName
{
background-color: #DE5F63;
}
.BgClassName
{
background-color: #DE5F63;
}
</style>
border-color css
<style>
span { border-color: #DE5F63; }
span { border-color: rgb(222,95,99); }
td.TdClassName
{
border-color: #DE5F63;
}
.TagClassName
{
border-color: #DE5F63;
}
</style>