Shades of Roman #DF5A59
Tints of Roman #DF5A59
RGB
CMYK
RGB Variations
Color information
#DF5A59 (or 0xDF5A59) is known color: Roman. HEX triplet: DF, 5A and 59. RGB value is (223,90,89). Sum of RGB (Red+Green+Blue) = 223+90+89=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A59 is #20A5A6. Grayscale: #818181. Windows color (decimal): -2139559 or 5855967. OLE color: 5855967.
HSL color Cylindrical-coordinate representation of color #DF5A59: hue angle of 0.45º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A59 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 89 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.13 |
| HSL | 0.45º | 0.68% | 0.61% | - |
| HSV(B) | 0.45º | 0.6% | 0.87% | - |
| XYZ | 35.89 | 23.72 | 12.14 | - |
| YUV | 129.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 89 | 0 | 0.60 | 0.60 | 0.13 | 0.45 | 0.68 | 0.61 |
| Hex | DF | 5A | 59 | 0 | 3C | 3C | D | 0 | 44 | 3D |
| Octal | 337 | 132 | 131 | 0 | 74 | 74 | 15 | 0 | 104 | 75 |
| Binary | 11011111 | 1011010 | 1011001 | 0 | 111100 | 111100 | 1101 | 0 | 1000100 | 111101 |
Color Harmonies of #DF5A59
Complementary color
Monochromatic Colors of #DF5A59
Black with #DF5A59
Text Example
Text Example
White with #DF5A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A59; }
p { color: rgb(223,90,89); }
H1.HeaderClassName
{
color: #DF5A59;
}
.AnyTagClassName
{
color: #DF5A59;
}
</style>
background-color css
<style>
a { background-color: #DF5A59; }
a { background-color: rgb(223,90,89); }
div.DivClassName
{
background-color: #DF5A59;
}
.BgClassName
{
background-color: #DF5A59;
}
</style>
border-color css
<style>
span { border-color: #DF5A59; }
span { border-color: rgb(223,90,89); }
td.TdClassName
{
border-color: #DF5A59;
}
.TagClassName
{
border-color: #DF5A59;
}
</style>