Shades of Mandy #DE484D
Tints of Mandy #DE484D
RGB
CMYK
RGB Variations
Color information
#DE484D (or 0xDE484D) is known color: Mandy. HEX triplet: DE, 48 and 4D. RGB value is (222,72,77). Sum of RGB (Red+Green+Blue) = 222+72+77=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE484D is #21B7B2. Grayscale: #757575. Windows color (decimal): -2209715 or 5064926. OLE color: 5064926.
HSL color Cylindrical-coordinate representation of color #DE484D: hue angle of 358º 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 #DE484D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 77 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.13 |
| HSL | 358º | 0.69% | 0.58% | - |
| HSV(B) | 358º | 0.68% | 0.87% | - |
| XYZ | 33.78 | 20.7 | 9.24 | - |
| YUV | 117.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 77 | 0 | 0.68 | 0.65 | 0.13 | 358 | 0.69 | 0.58 |
| Hex | DE | 48 | 4D | 0 | 44 | 41 | D | 166 | 45 | 3A |
| Octal | 336 | 110 | 115 | 0 | 104 | 101 | 15 | 546 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1001101 | 0 | 1000100 | 1000001 | 1101 | 101100110 | 1000101 | 111010 |
Color Harmonies of #DE484D
Complementary color
Monochromatic Colors of #DE484D
Black with #DE484D
Text Example
Text Example
White with #DE484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE484D; }
p { color: rgb(222,72,77); }
H1.HeaderClassName
{
color: #DE484D;
}
.AnyTagClassName
{
color: #DE484D;
}
</style>
background-color css
<style>
a { background-color: #DE484D; }
a { background-color: rgb(222,72,77); }
div.DivClassName
{
background-color: #DE484D;
}
.BgClassName
{
background-color: #DE484D;
}
</style>
border-color css
<style>
span { border-color: #DE484D; }
span { border-color: rgb(222,72,77); }
td.TdClassName
{
border-color: #DE484D;
}
.TagClassName
{
border-color: #DE484D;
}
</style>