Shades of Mandy #DF4B4E
Tints of Mandy #DF4B4E
RGB
CMYK
RGB Variations
Color information
#DF4B4E (or 0xDF4B4E) is known color: Mandy. HEX triplet: DF, 4B and 4E. RGB value is (223,75,78). Sum of RGB (Red+Green+Blue) = 223+75+78=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B4E is #20B4B1. Grayscale: #777777. Windows color (decimal): -2143410 or 5131231. OLE color: 5131231.
HSL color Cylindrical-coordinate representation of color #DF4B4E: hue angle of 358.78º 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 #DF4B4E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 78 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.13 |
| HSL | 358.78º | 0.7% | 0.58% | - |
| HSV(B) | 358.78º | 0.66% | 0.87% | - |
| XYZ | 34.32 | 21.27 | 9.5 | - |
| YUV | 119.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 78 | 0 | 0.66 | 0.65 | 0.13 | 358.78 | 0.7 | 0.58 |
| Hex | DF | 4B | 4E | 0 | 42 | 41 | D | 167 | 46 | 3A |
| Octal | 337 | 113 | 116 | 0 | 102 | 101 | 15 | 547 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1001110 | 0 | 1000010 | 1000001 | 1101 | 101100111 | 1000110 | 111010 |
Color Harmonies of #DF4B4E
Complementary color
Monochromatic Colors of #DF4B4E
Black with #DF4B4E
Text Example
Text Example
White with #DF4B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B4E; }
p { color: rgb(223,75,78); }
H1.HeaderClassName
{
color: #DF4B4E;
}
.AnyTagClassName
{
color: #DF4B4E;
}
</style>
background-color css
<style>
a { background-color: #DF4B4E; }
a { background-color: rgb(223,75,78); }
div.DivClassName
{
background-color: #DF4B4E;
}
.BgClassName
{
background-color: #DF4B4E;
}
</style>
border-color css
<style>
span { border-color: #DF4B4E; }
span { border-color: rgb(223,75,78); }
td.TdClassName
{
border-color: #DF4B4E;
}
.TagClassName
{
border-color: #DF4B4E;
}
</style>