Shades of Mandy #DF4549
Tints of Mandy #DF4549
RGB
CMYK
RGB Variations
Color information
#DF4549 (or 0xDF4549) is known color: Mandy. HEX triplet: DF, 45 and 49. RGB value is (223,69,73). Sum of RGB (Red+Green+Blue) = 223+69+73=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4549 is #20BAB6. Grayscale: #737373. Windows color (decimal): -2144951 or 4802015. OLE color: 4802015.
HSL color Cylindrical-coordinate representation of color #DF4549: hue angle of 358.44º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4549 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 73 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.13 |
| HSL | 358.44º | 0.71% | 0.57% | - |
| HSV(B) | 358.44º | 0.69% | 0.87% | - |
| XYZ | 33.76 | 20.43 | 8.47 | - |
| YUV | 115.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 73 | 0 | 0.69 | 0.67 | 0.13 | 358.44 | 0.71 | 0.57 |
| Hex | DF | 45 | 49 | 0 | 45 | 43 | D | 166 | 47 | 39 |
| Octal | 337 | 105 | 111 | 0 | 105 | 103 | 15 | 546 | 107 | 71 |
| Binary | 11011111 | 1000101 | 1001001 | 0 | 1000101 | 1000011 | 1101 | 101100110 | 1000111 | 111001 |
Color Harmonies of #DF4549
Complementary color
Monochromatic Colors of #DF4549
Black with #DF4549
Text Example
Text Example
White with #DF4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4549; }
p { color: rgb(223,69,73); }
H1.HeaderClassName
{
color: #DF4549;
}
.AnyTagClassName
{
color: #DF4549;
}
</style>
background-color css
<style>
a { background-color: #DF4549; }
a { background-color: rgb(223,69,73); }
div.DivClassName
{
background-color: #DF4549;
}
.BgClassName
{
background-color: #DF4549;
}
</style>
border-color css
<style>
span { border-color: #DF4549; }
span { border-color: rgb(223,69,73); }
td.TdClassName
{
border-color: #DF4549;
}
.TagClassName
{
border-color: #DF4549;
}
</style>