Shades of Mandy #DF5152
Tints of Mandy #DF5152
RGB
CMYK
RGB Variations
Color information
#DF5152 (or 0xDF5152) is known color: Mandy. HEX triplet: DF, 51 and 52. RGB value is (223,81,82). Sum of RGB (Red+Green+Blue) = 223+81+82=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5152 is #20AEAD. Grayscale: #7B7B7B. Windows color (decimal): -2141870 or 5394911. OLE color: 5394911.
HSL color Cylindrical-coordinate representation of color #DF5152: hue angle of 359.58º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5152 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 82 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.13 |
| HSL | 359.58º | 0.69% | 0.6% | - |
| HSV(B) | 359.58º | 0.64% | 0.87% | - |
| XYZ | 34.9 | 22.18 | 10.42 | - |
| YUV | 123.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 82 | 0 | 0.64 | 0.63 | 0.13 | 359.58 | 0.69 | 0.6 |
| Hex | DF | 51 | 52 | 0 | 40 | 3F | D | 168 | 45 | 3C |
| Octal | 337 | 121 | 122 | 0 | 100 | 77 | 15 | 550 | 105 | 74 |
| Binary | 11011111 | 1010001 | 1010010 | 0 | 1000000 | 111111 | 1101 | 101101000 | 1000101 | 111100 |
Color Harmonies of #DF5152
Complementary color
Monochromatic Colors of #DF5152
Black with #DF5152
Text Example
Text Example
White with #DF5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5152; }
p { color: rgb(223,81,82); }
H1.HeaderClassName
{
color: #DF5152;
}
.AnyTagClassName
{
color: #DF5152;
}
</style>
background-color css
<style>
a { background-color: #DF5152; }
a { background-color: rgb(223,81,82); }
div.DivClassName
{
background-color: #DF5152;
}
.BgClassName
{
background-color: #DF5152;
}
</style>
border-color css
<style>
span { border-color: #DF5152; }
span { border-color: rgb(223,81,82); }
td.TdClassName
{
border-color: #DF5152;
}
.TagClassName
{
border-color: #DF5152;
}
</style>