Shades of Mandy #DF4852
Tints of Mandy #DF4852
RGB
CMYK
RGB Variations
Color information
#DF4852 (or 0xDF4852) is known color: Mandy. HEX triplet: DF, 48 and 52. RGB value is (223,72,82). Sum of RGB (Red+Green+Blue) = 223+72+82=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4852 is #20B7AD. Grayscale: #767676. Windows color (decimal): -2144174 or 5392607. OLE color: 5392607.
HSL color Cylindrical-coordinate representation of color #DF4852: hue angle of 356.03º 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 #DF4852 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 82 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.13 |
| HSL | 356.03º | 0.7% | 0.58% | - |
| HSV(B) | 356.03º | 0.68% | 0.87% | - |
| XYZ | 34.27 | 20.93 | 10.22 | - |
| YUV | 118.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 82 | 0 | 0.68 | 0.63 | 0.13 | 356.03 | 0.7 | 0.58 |
| Hex | DF | 48 | 52 | 0 | 44 | 3F | D | 164 | 46 | 3A |
| Octal | 337 | 110 | 122 | 0 | 104 | 77 | 15 | 544 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1010010 | 0 | 1000100 | 111111 | 1101 | 101100100 | 1000110 | 111010 |
Color Harmonies of #DF4852
Complementary color
Monochromatic Colors of #DF4852
Black with #DF4852
Text Example
Text Example
White with #DF4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4852; }
p { color: rgb(223,72,82); }
H1.HeaderClassName
{
color: #DF4852;
}
.AnyTagClassName
{
color: #DF4852;
}
</style>
background-color css
<style>
a { background-color: #DF4852; }
a { background-color: rgb(223,72,82); }
div.DivClassName
{
background-color: #DF4852;
}
.BgClassName
{
background-color: #DF4852;
}
</style>
border-color css
<style>
span { border-color: #DF4852; }
span { border-color: rgb(223,72,82); }
td.TdClassName
{
border-color: #DF4852;
}
.TagClassName
{
border-color: #DF4852;
}
</style>