Shades of Mandy #DF4A4D
Tints of Mandy #DF4A4D
RGB
CMYK
RGB Variations
Color information
#DF4A4D (or 0xDF4A4D) is known color: Mandy. HEX triplet: DF, 4A and 4D. RGB value is (223,74,77). Sum of RGB (Red+Green+Blue) = 223+74+77=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4A4D is #20B5B2. Grayscale: #777777. Windows color (decimal): -2143667 or 5065439. OLE color: 5065439.
HSL color Cylindrical-coordinate representation of color #DF4A4D: hue angle of 358.79º 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 #DF4A4D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 77 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.13 |
| HSL | 358.79º | 0.7% | 0.58% | - |
| HSV(B) | 358.79º | 0.67% | 0.87% | - |
| XYZ | 34.22 | 21.12 | 9.29 | - |
| YUV | 118.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 77 | 0 | 0.67 | 0.65 | 0.13 | 358.79 | 0.7 | 0.58 |
| Hex | DF | 4A | 4D | 0 | 43 | 41 | D | 167 | 46 | 3A |
| Octal | 337 | 112 | 115 | 0 | 103 | 101 | 15 | 547 | 106 | 72 |
| Binary | 11011111 | 1001010 | 1001101 | 0 | 1000011 | 1000001 | 1101 | 101100111 | 1000110 | 111010 |
Color Harmonies of #DF4A4D
Complementary color
Monochromatic Colors of #DF4A4D
Black with #DF4A4D
Text Example
Text Example
White with #DF4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A4D; }
p { color: rgb(223,74,77); }
H1.HeaderClassName
{
color: #DF4A4D;
}
.AnyTagClassName
{
color: #DF4A4D;
}
</style>
background-color css
<style>
a { background-color: #DF4A4D; }
a { background-color: rgb(223,74,77); }
div.DivClassName
{
background-color: #DF4A4D;
}
.BgClassName
{
background-color: #DF4A4D;
}
</style>
border-color css
<style>
span { border-color: #DF4A4D; }
span { border-color: rgb(223,74,77); }
td.TdClassName
{
border-color: #DF4A4D;
}
.TagClassName
{
border-color: #DF4A4D;
}
</style>