Shades of Mandy #DF4F52
Tints of Mandy #DF4F52
RGB
CMYK
RGB Variations
Color information
#DF4F52 (or 0xDF4F52) is known color: Mandy. HEX triplet: DF, 4F and 52. RGB value is (223,79,82). Sum of RGB (Red+Green+Blue) = 223+79+82=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F52 is #20B0AD. Grayscale: #7A7A7A. Windows color (decimal): -2142382 or 5394399. OLE color: 5394399.
HSL color Cylindrical-coordinate representation of color #DF4F52: hue angle of 358.75º degrees, saturation: 0.69, 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 #DF4F52 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 82 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.13 |
| HSL | 358.75º | 0.69% | 0.59% | - |
| HSV(B) | 358.75º | 0.65% | 0.87% | - |
| XYZ | 34.75 | 21.89 | 10.38 | - |
| YUV | 122.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 82 | 0 | 0.65 | 0.63 | 0.13 | 358.75 | 0.69 | 0.59 |
| Hex | DF | 4F | 52 | 0 | 41 | 3F | D | 167 | 45 | 3B |
| Octal | 337 | 117 | 122 | 0 | 101 | 77 | 15 | 547 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1010010 | 0 | 1000001 | 111111 | 1101 | 101100111 | 1000101 | 111011 |
Color Harmonies of #DF4F52
Complementary color
Monochromatic Colors of #DF4F52
Black with #DF4F52
Text Example
Text Example
White with #DF4F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F52; }
p { color: rgb(223,79,82); }
H1.HeaderClassName
{
color: #DF4F52;
}
.AnyTagClassName
{
color: #DF4F52;
}
</style>
background-color css
<style>
a { background-color: #DF4F52; }
a { background-color: rgb(223,79,82); }
div.DivClassName
{
background-color: #DF4F52;
}
.BgClassName
{
background-color: #DF4F52;
}
</style>
border-color css
<style>
span { border-color: #DF4F52; }
span { border-color: rgb(223,79,82); }
td.TdClassName
{
border-color: #DF4F52;
}
.TagClassName
{
border-color: #DF4F52;
}
</style>