Shades of Mandy #DF4B5B
Tints of Mandy #DF4B5B
RGB
CMYK
RGB Variations
Color information
#DF4B5B (or 0xDF4B5B) is known color: Mandy. HEX triplet: DF, 4B and 5B. RGB value is (223,75,91). Sum of RGB (Red+Green+Blue) = 223+75+91=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B5B is #20B4A4. Grayscale: #797979. Windows color (decimal): -2143397 or 5983199. OLE color: 5983199.
HSL color Cylindrical-coordinate representation of color #DF4B5B: hue angle of 353.51º 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 #DF4B5B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 91 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.13 |
| HSL | 353.51º | 0.7% | 0.58% | - |
| HSV(B) | 353.51º | 0.66% | 0.87% | - |
| XYZ | 34.84 | 21.48 | 12.21 | - |
| YUV | 121.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 91 | 0 | 0.66 | 0.59 | 0.13 | 353.51 | 0.7 | 0.58 |
| Hex | DF | 4B | 5B | 0 | 42 | 3B | D | 162 | 46 | 3A |
| Octal | 337 | 113 | 133 | 0 | 102 | 73 | 15 | 542 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1011011 | 0 | 1000010 | 111011 | 1101 | 101100010 | 1000110 | 111010 |
Color Harmonies of #DF4B5B
Complementary color
Monochromatic Colors of #DF4B5B
Black with #DF4B5B
Text Example
Text Example
White with #DF4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B5B; }
p { color: rgb(223,75,91); }
H1.HeaderClassName
{
color: #DF4B5B;
}
.AnyTagClassName
{
color: #DF4B5B;
}
</style>
background-color css
<style>
a { background-color: #DF4B5B; }
a { background-color: rgb(223,75,91); }
div.DivClassName
{
background-color: #DF4B5B;
}
.BgClassName
{
background-color: #DF4B5B;
}
</style>
border-color css
<style>
span { border-color: #DF4B5B; }
span { border-color: rgb(223,75,91); }
td.TdClassName
{
border-color: #DF4B5B;
}
.TagClassName
{
border-color: #DF4B5B;
}
</style>