Shades of Mandy #DF484D
Tints of Mandy #DF484D
RGB
CMYK
RGB Variations
Color information
#DF484D (or 0xDF484D) is known color: Mandy. HEX triplet: DF, 48 and 4D. RGB value is (223,72,77). Sum of RGB (Red+Green+Blue) = 223+72+77=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF484D is #20B7B2. Grayscale: #757575. Windows color (decimal): -2144179 or 5064927. OLE color: 5064927.
HSL color Cylindrical-coordinate representation of color #DF484D: hue angle of 358.01º degrees, saturation: 0.7, 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 #DF484D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 77 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.13 |
| HSL | 358.01º | 0.7% | 0.58% | - |
| HSV(B) | 358.01º | 0.68% | 0.87% | - |
| XYZ | 34.09 | 20.86 | 9.25 | - |
| YUV | 117.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 77 | 0 | 0.68 | 0.65 | 0.13 | 358.01 | 0.7 | 0.58 |
| Hex | DF | 48 | 4D | 0 | 44 | 41 | D | 166 | 46 | 3A |
| Octal | 337 | 110 | 115 | 0 | 104 | 101 | 15 | 546 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1001101 | 0 | 1000100 | 1000001 | 1101 | 101100110 | 1000110 | 111010 |
Color Harmonies of #DF484D
Complementary color
Monochromatic Colors of #DF484D
Black with #DF484D
Text Example
Text Example
White with #DF484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF484D; }
p { color: rgb(223,72,77); }
H1.HeaderClassName
{
color: #DF484D;
}
.AnyTagClassName
{
color: #DF484D;
}
</style>
background-color css
<style>
a { background-color: #DF484D; }
a { background-color: rgb(223,72,77); }
div.DivClassName
{
background-color: #DF484D;
}
.BgClassName
{
background-color: #DF484D;
}
</style>
border-color css
<style>
span { border-color: #DF484D; }
span { border-color: rgb(223,72,77); }
td.TdClassName
{
border-color: #DF484D;
}
.TagClassName
{
border-color: #DF484D;
}
</style>