Shades of Mandy #DF444B
Tints of Mandy #DF444B
RGB
CMYK
RGB Variations
Color information
#DF444B (or 0xDF444B) is known color: Mandy. HEX triplet: DF, 44 and 4B. RGB value is (223,68,75). Sum of RGB (Red+Green+Blue) = 223+68+75=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF444B is #20BBB4. Grayscale: #737373. Windows color (decimal): -2145205 or 4932831. OLE color: 4932831.
HSL color Cylindrical-coordinate representation of color #DF444B: hue angle of 357.29º 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 #DF444B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 75 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 357.29º | 0.71% | 0.57% | - |
| HSV(B) | 357.29º | 0.7% | 0.87% | - |
| XYZ | 33.77 | 20.33 | 8.8 | - |
| YUV | 115.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 75 | 0 | 0.70 | 0.66 | 0.13 | 357.29 | 0.71 | 0.57 |
| Hex | DF | 44 | 4B | 0 | 46 | 42 | D | 165 | 47 | 39 |
| Octal | 337 | 104 | 113 | 0 | 106 | 102 | 15 | 545 | 107 | 71 |
| Binary | 11011111 | 1000100 | 1001011 | 0 | 1000110 | 1000010 | 1101 | 101100101 | 1000111 | 111001 |
Color Harmonies of #DF444B
Complementary color
Monochromatic Colors of #DF444B
Black with #DF444B
Text Example
Text Example
White with #DF444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF444B; }
p { color: rgb(223,68,75); }
H1.HeaderClassName
{
color: #DF444B;
}
.AnyTagClassName
{
color: #DF444B;
}
</style>
background-color css
<style>
a { background-color: #DF444B; }
a { background-color: rgb(223,68,75); }
div.DivClassName
{
background-color: #DF444B;
}
.BgClassName
{
background-color: #DF444B;
}
</style>
border-color css
<style>
span { border-color: #DF444B; }
span { border-color: rgb(223,68,75); }
td.TdClassName
{
border-color: #DF444B;
}
.TagClassName
{
border-color: #DF444B;
}
</style>