Shades of Mandy #DF445B
Tints of Mandy #DF445B
RGB
CMYK
RGB Variations
Color information
#DF445B (or 0xDF445B) is known color: Mandy. HEX triplet: DF, 44 and 5B. RGB value is (223,68,91). Sum of RGB (Red+Green+Blue) = 223+68+91=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF445B is #20BBA4. Grayscale: #757575. Windows color (decimal): -2145189 or 5981407. OLE color: 5981407.
HSL color Cylindrical-coordinate representation of color #DF445B: hue angle of 351.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF445B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 91 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.13 |
| HSL | 351.1º | 0.71% | 0.57% | - |
| HSV(B) | 351.1º | 0.7% | 0.87% | - |
| XYZ | 34.39 | 20.58 | 12.06 | - |
| YUV | 116.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 91 | 0 | 0.70 | 0.59 | 0.13 | 351.1 | 0.71 | 0.57 |
| Hex | DF | 44 | 5B | 0 | 46 | 3B | D | 15F | 47 | 39 |
| Octal | 337 | 104 | 133 | 0 | 106 | 73 | 15 | 537 | 107 | 71 |
| Binary | 11011111 | 1000100 | 1011011 | 0 | 1000110 | 111011 | 1101 | 101011111 | 1000111 | 111001 |
Color Harmonies of #DF445B
Complementary color
Monochromatic Colors of #DF445B
Black with #DF445B
Text Example
Text Example
White with #DF445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF445B; }
p { color: rgb(223,68,91); }
H1.HeaderClassName
{
color: #DF445B;
}
.AnyTagClassName
{
color: #DF445B;
}
</style>
background-color css
<style>
a { background-color: #DF445B; }
a { background-color: rgb(223,68,91); }
div.DivClassName
{
background-color: #DF445B;
}
.BgClassName
{
background-color: #DF445B;
}
</style>
border-color css
<style>
span { border-color: #DF445B; }
span { border-color: rgb(223,68,91); }
td.TdClassName
{
border-color: #DF445B;
}
.TagClassName
{
border-color: #DF445B;
}
</style>