Shades of Mandy #DE515C
Tints of Mandy #DE515C
RGB
CMYK
RGB Variations
Color information
#DE515C (or 0xDE515C) is known color: Mandy. HEX triplet: DE, 51 and 5C. RGB value is (222,81,92). Sum of RGB (Red+Green+Blue) = 222+81+92=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE515C is #21AEA3. Grayscale: #7C7C7C. Windows color (decimal): -2207396 or 6050270. OLE color: 6050270.
HSL color Cylindrical-coordinate representation of color #DE515C: hue angle of 355.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE515C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 92 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 355.32º | 0.68% | 0.59% | - |
| HSV(B) | 355.32º | 0.64% | 0.87% | - |
| XYZ | 35 | 22.19 | 12.56 | - |
| YUV | 124.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 92 | 0 | 0.64 | 0.59 | 0.13 | 355.32 | 0.68 | 0.59 |
| Hex | DE | 51 | 5C | 0 | 40 | 3B | D | 163 | 44 | 3B |
| Octal | 336 | 121 | 134 | 0 | 100 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011110 | 1010001 | 1011100 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DE515C
Complementary color
Monochromatic Colors of #DE515C
Black with #DE515C
Text Example
Text Example
White with #DE515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE515C; }
p { color: rgb(222,81,92); }
H1.HeaderClassName
{
color: #DE515C;
}
.AnyTagClassName
{
color: #DE515C;
}
</style>
background-color css
<style>
a { background-color: #DE515C; }
a { background-color: rgb(222,81,92); }
div.DivClassName
{
background-color: #DE515C;
}
.BgClassName
{
background-color: #DE515C;
}
</style>
border-color css
<style>
span { border-color: #DE515C; }
span { border-color: rgb(222,81,92); }
td.TdClassName
{
border-color: #DE515C;
}
.TagClassName
{
border-color: #DE515C;
}
</style>