Shades of Mandy #DE484F
Tints of Mandy #DE484F
RGB
CMYK
RGB Variations
Color information
#DE484F (or 0xDE484F) is known color: Mandy. HEX triplet: DE, 48 and 4F. RGB value is (222,72,79). Sum of RGB (Red+Green+Blue) = 222+72+79=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE484F is #21B7B0. Grayscale: #757575. Windows color (decimal): -2209713 or 5195998. OLE color: 5195998.
HSL color Cylindrical-coordinate representation of color #DE484F: hue angle of 357.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE484F is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 79 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.13 |
| HSL | 357.2º | 0.69% | 0.58% | - |
| HSV(B) | 357.2º | 0.68% | 0.87% | - |
| XYZ | 33.85 | 20.73 | 9.61 | - |
| YUV | 117.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 79 | 0 | 0.68 | 0.64 | 0.13 | 357.2 | 0.69 | 0.58 |
| Hex | DE | 48 | 4F | 0 | 44 | 40 | D | 165 | 45 | 3A |
| Octal | 336 | 110 | 117 | 0 | 104 | 100 | 15 | 545 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1001111 | 0 | 1000100 | 1000000 | 1101 | 101100101 | 1000101 | 111010 |
Color Harmonies of #DE484F
Complementary color
Monochromatic Colors of #DE484F
Black with #DE484F
Text Example
Text Example
White with #DE484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE484F; }
p { color: rgb(222,72,79); }
H1.HeaderClassName
{
color: #DE484F;
}
.AnyTagClassName
{
color: #DE484F;
}
</style>
background-color css
<style>
a { background-color: #DE484F; }
a { background-color: rgb(222,72,79); }
div.DivClassName
{
background-color: #DE484F;
}
.BgClassName
{
background-color: #DE484F;
}
</style>
border-color css
<style>
span { border-color: #DE484F; }
span { border-color: rgb(222,72,79); }
td.TdClassName
{
border-color: #DE484F;
}
.TagClassName
{
border-color: #DE484F;
}
</style>