Shades of Mandy #DF4A52
Tints of Mandy #DF4A52
RGB
CMYK
RGB Variations
Color information
#DF4A52 (or 0xDF4A52) is known color: Mandy. HEX triplet: DF, 4A and 52. RGB value is (223,74,82). Sum of RGB (Red+Green+Blue) = 223+74+82=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4A52 is #20B5AD. Grayscale: #777777. Windows color (decimal): -2143662 or 5393119. OLE color: 5393119.
HSL color Cylindrical-coordinate representation of color #DF4A52: hue angle of 356.78º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A52 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 82 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.13 |
| HSL | 356.78º | 0.7% | 0.58% | - |
| HSV(B) | 356.78º | 0.67% | 0.87% | - |
| XYZ | 34.4 | 21.19 | 10.26 | - |
| YUV | 119.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 82 | 0 | 0.67 | 0.63 | 0.13 | 356.78 | 0.7 | 0.58 |
| Hex | DF | 4A | 52 | 0 | 43 | 3F | D | 165 | 46 | 3A |
| Octal | 337 | 112 | 122 | 0 | 103 | 77 | 15 | 545 | 106 | 72 |
| Binary | 11011111 | 1001010 | 1010010 | 0 | 1000011 | 111111 | 1101 | 101100101 | 1000110 | 111010 |
Color Harmonies of #DF4A52
Complementary color
Monochromatic Colors of #DF4A52
Black with #DF4A52
Text Example
Text Example
White with #DF4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A52; }
p { color: rgb(223,74,82); }
H1.HeaderClassName
{
color: #DF4A52;
}
.AnyTagClassName
{
color: #DF4A52;
}
</style>
background-color css
<style>
a { background-color: #DF4A52; }
a { background-color: rgb(223,74,82); }
div.DivClassName
{
background-color: #DF4A52;
}
.BgClassName
{
background-color: #DF4A52;
}
</style>
border-color css
<style>
span { border-color: #DF4A52; }
span { border-color: rgb(223,74,82); }
td.TdClassName
{
border-color: #DF4A52;
}
.TagClassName
{
border-color: #DF4A52;
}
</style>