Shades of Mandy #DF4B5D
Tints of Mandy #DF4B5D
RGB
CMYK
RGB Variations
Color information
#DF4B5D (or 0xDF4B5D) is known color: Mandy. HEX triplet: DF, 4B and 5D. RGB value is (223,75,93). Sum of RGB (Red+Green+Blue) = 223+75+93=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B5D is #20B4A2. Grayscale: #797979. Windows color (decimal): -2143395 or 6114271. OLE color: 6114271.
HSL color Cylindrical-coordinate representation of color #DF4B5D: hue angle of 352.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B5D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 93 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.13 |
| HSL | 352.7º | 0.7% | 0.58% | - |
| HSV(B) | 352.7º | 0.66% | 0.87% | - |
| XYZ | 34.92 | 21.51 | 12.67 | - |
| YUV | 121.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 93 | 0 | 0.66 | 0.58 | 0.13 | 352.7 | 0.7 | 0.58 |
| Hex | DF | 4B | 5D | 0 | 42 | 3A | D | 161 | 46 | 3A |
| Octal | 337 | 113 | 135 | 0 | 102 | 72 | 15 | 541 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1011101 | 0 | 1000010 | 111010 | 1101 | 101100001 | 1000110 | 111010 |
Color Harmonies of #DF4B5D
Complementary color
Monochromatic Colors of #DF4B5D
Black with #DF4B5D
Text Example
Text Example
White with #DF4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B5D; }
p { color: rgb(223,75,93); }
H1.HeaderClassName
{
color: #DF4B5D;
}
.AnyTagClassName
{
color: #DF4B5D;
}
</style>
background-color css
<style>
a { background-color: #DF4B5D; }
a { background-color: rgb(223,75,93); }
div.DivClassName
{
background-color: #DF4B5D;
}
.BgClassName
{
background-color: #DF4B5D;
}
</style>
border-color css
<style>
span { border-color: #DF4B5D; }
span { border-color: rgb(223,75,93); }
td.TdClassName
{
border-color: #DF4B5D;
}
.TagClassName
{
border-color: #DF4B5D;
}
</style>