Shades of Mandy #DF4A4B
Tints of Mandy #DF4A4B
RGB
CMYK
RGB Variations
Color information
#DF4A4B (or 0xDF4A4B) is known color: Mandy. HEX triplet: DF, 4A and 4B. RGB value is (223,74,75). Sum of RGB (Red+Green+Blue) = 223+74+75=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A4B is #20B5B4. Grayscale: #767676. Windows color (decimal): -2143669 or 4934367. OLE color: 4934367.
HSL color Cylindrical-coordinate representation of color #DF4A4B: hue angle of 359.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A4B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 75 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.13 |
| HSL | 359.6º | 0.7% | 0.58% | - |
| HSV(B) | 359.6º | 0.67% | 0.87% | - |
| XYZ | 34.15 | 21.09 | 8.93 | - |
| YUV | 118.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 75 | 0 | 0.67 | 0.66 | 0.13 | 359.6 | 0.7 | 0.58 |
| Hex | DF | 4A | 4B | 0 | 43 | 42 | D | 168 | 46 | 3A |
| Octal | 337 | 112 | 113 | 0 | 103 | 102 | 15 | 550 | 106 | 72 |
| Binary | 11011111 | 1001010 | 1001011 | 0 | 1000011 | 1000010 | 1101 | 101101000 | 1000110 | 111010 |
Color Harmonies of #DF4A4B
Complementary color
Monochromatic Colors of #DF4A4B
Black with #DF4A4B
Text Example
Text Example
White with #DF4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A4B; }
p { color: rgb(223,74,75); }
H1.HeaderClassName
{
color: #DF4A4B;
}
.AnyTagClassName
{
color: #DF4A4B;
}
</style>
background-color css
<style>
a { background-color: #DF4A4B; }
a { background-color: rgb(223,74,75); }
div.DivClassName
{
background-color: #DF4A4B;
}
.BgClassName
{
background-color: #DF4A4B;
}
</style>
border-color css
<style>
span { border-color: #DF4A4B; }
span { border-color: rgb(223,74,75); }
td.TdClassName
{
border-color: #DF4A4B;
}
.TagClassName
{
border-color: #DF4A4B;
}
</style>