Shades of Mandy #DF4D52
Tints of Mandy #DF4D52
RGB
CMYK
RGB Variations
Color information
#DF4D52 (or 0xDF4D52) is known color: Mandy. HEX triplet: DF, 4D and 52. RGB value is (223,77,82). Sum of RGB (Red+Green+Blue) = 223+77+82=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D52 is #20B2AD. Grayscale: #797979. Windows color (decimal): -2142894 or 5393887. OLE color: 5393887.
HSL color Cylindrical-coordinate representation of color #DF4D52: hue angle of 357.95º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D52 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 82 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.13 |
| HSL | 357.95º | 0.7% | 0.59% | - |
| HSV(B) | 357.95º | 0.65% | 0.87% | - |
| XYZ | 34.61 | 21.6 | 10.33 | - |
| YUV | 121.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 82 | 0 | 0.65 | 0.63 | 0.13 | 357.95 | 0.7 | 0.59 |
| Hex | DF | 4D | 52 | 0 | 41 | 3F | D | 166 | 46 | 3B |
| Octal | 337 | 115 | 122 | 0 | 101 | 77 | 15 | 546 | 106 | 73 |
| Binary | 11011111 | 1001101 | 1010010 | 0 | 1000001 | 111111 | 1101 | 101100110 | 1000110 | 111011 |
Color Harmonies of #DF4D52
Complementary color
Monochromatic Colors of #DF4D52
Black with #DF4D52
Text Example
Text Example
White with #DF4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D52; }
p { color: rgb(223,77,82); }
H1.HeaderClassName
{
color: #DF4D52;
}
.AnyTagClassName
{
color: #DF4D52;
}
</style>
background-color css
<style>
a { background-color: #DF4D52; }
a { background-color: rgb(223,77,82); }
div.DivClassName
{
background-color: #DF4D52;
}
.BgClassName
{
background-color: #DF4D52;
}
</style>
border-color css
<style>
span { border-color: #DF4D52; }
span { border-color: rgb(223,77,82); }
td.TdClassName
{
border-color: #DF4D52;
}
.TagClassName
{
border-color: #DF4D52;
}
</style>