Shades of Mandy #DF5462
Tints of Mandy #DF5462
RGB
CMYK
RGB Variations
Color information
#DF5462 (or 0xDF5462) is known color: Mandy. HEX triplet: DF, 54 and 62. RGB value is (223,84,98). Sum of RGB (Red+Green+Blue) = 223+84+98=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5462 is #20AB9D. Grayscale: #7F7F7F. Windows color (decimal): -2141086 or 6444255. OLE color: 6444255.
HSL color Cylindrical-coordinate representation of color #DF5462: hue angle of 353.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5462 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 98 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.13 |
| HSL | 353.96º | 0.68% | 0.6% | - |
| HSV(B) | 353.96º | 0.62% | 0.87% | - |
| XYZ | 35.81 | 22.91 | 14.09 | - |
| YUV | 127.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 98 | 0 | 0.62 | 0.56 | 0.13 | 353.96 | 0.68 | 0.6 |
| Hex | DF | 54 | 62 | 0 | 3E | 38 | D | 162 | 44 | 3C |
| Octal | 337 | 124 | 142 | 0 | 76 | 70 | 15 | 542 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1100010 | 0 | 111110 | 111000 | 1101 | 101100010 | 1000100 | 111100 |
Color Harmonies of #DF5462
Complementary color
Monochromatic Colors of #DF5462
Black with #DF5462
Text Example
Text Example
White with #DF5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5462; }
p { color: rgb(223,84,98); }
H1.HeaderClassName
{
color: #DF5462;
}
.AnyTagClassName
{
color: #DF5462;
}
</style>
background-color css
<style>
a { background-color: #DF5462; }
a { background-color: rgb(223,84,98); }
div.DivClassName
{
background-color: #DF5462;
}
.BgClassName
{
background-color: #DF5462;
}
</style>
border-color css
<style>
span { border-color: #DF5462; }
span { border-color: rgb(223,84,98); }
td.TdClassName
{
border-color: #DF5462;
}
.TagClassName
{
border-color: #DF5462;
}
</style>