Shades of Mandy #DF5F62
Tints of Mandy #DF5F62
RGB
CMYK
RGB Variations
Color information
#DF5F62 (or 0xDF5F62) is known color: Mandy. HEX triplet: DF, 5F and 62. RGB value is (223,95,98). Sum of RGB (Red+Green+Blue) = 223+95+98=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F62 is #20A09D. Grayscale: #858585. Windows color (decimal): -2138270 or 6447071. OLE color: 6447071.
HSL color Cylindrical-coordinate representation of color #DF5F62: hue angle of 358.59º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F62 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 98 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.13 |
| HSL | 358.59º | 0.67% | 0.62% | - |
| HSV(B) | 358.59º | 0.57% | 0.87% | - |
| XYZ | 36.73 | 24.75 | 14.4 | - |
| YUV | 133.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 98 | 0 | 0.57 | 0.56 | 0.13 | 358.59 | 0.67 | 0.62 |
| Hex | DF | 5F | 62 | 0 | 39 | 38 | D | 167 | 43 | 3E |
| Octal | 337 | 137 | 142 | 0 | 71 | 70 | 15 | 547 | 103 | 76 |
| Binary | 11011111 | 1011111 | 1100010 | 0 | 111001 | 111000 | 1101 | 101100111 | 1000011 | 111110 |
Color Harmonies of #DF5F62
Complementary color
Monochromatic Colors of #DF5F62
Black with #DF5F62
Text Example
Text Example
White with #DF5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F62; }
p { color: rgb(223,95,98); }
H1.HeaderClassName
{
color: #DF5F62;
}
.AnyTagClassName
{
color: #DF5F62;
}
</style>
background-color css
<style>
a { background-color: #DF5F62; }
a { background-color: rgb(223,95,98); }
div.DivClassName
{
background-color: #DF5F62;
}
.BgClassName
{
background-color: #DF5F62;
}
</style>
border-color css
<style>
span { border-color: #DF5F62; }
span { border-color: rgb(223,95,98); }
td.TdClassName
{
border-color: #DF5F62;
}
.TagClassName
{
border-color: #DF5F62;
}
</style>