Shades of Roman #DF6160
Tints of Roman #DF6160
RGB
CMYK
RGB Variations
Color information
#DF6160 (or 0xDF6160) is known color: Roman. HEX triplet: DF, 61 and 60. RGB value is (223,97,96). Sum of RGB (Red+Green+Blue) = 223+97+96=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6160 is #209E9F. Grayscale: #868686. Windows color (decimal): -2137760 or 6316511. OLE color: 6316511.
HSL color Cylindrical-coordinate representation of color #DF6160: hue angle of 0.47º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6160 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 96 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.13 |
| HSL | 0.47º | 0.66% | 0.63% | - |
| HSV(B) | 0.47º | 0.57% | 0.87% | - |
| XYZ | 36.82 | 25.08 | 13.97 | - |
| YUV | 134.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 96 | 0 | 0.57 | 0.57 | 0.13 | 0.47 | 0.66 | 0.63 |
| Hex | DF | 61 | 60 | 0 | 39 | 39 | D | 0 | 42 | 3F |
| Octal | 337 | 141 | 140 | 0 | 71 | 71 | 15 | 0 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1100000 | 0 | 111001 | 111001 | 1101 | 0 | 1000010 | 111111 |
Color Harmonies of #DF6160
Complementary color
Monochromatic Colors of #DF6160
Black with #DF6160
Text Example
Text Example
White with #DF6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6160; }
p { color: rgb(223,97,96); }
H1.HeaderClassName
{
color: #DF6160;
}
.AnyTagClassName
{
color: #DF6160;
}
</style>
background-color css
<style>
a { background-color: #DF6160; }
a { background-color: rgb(223,97,96); }
div.DivClassName
{
background-color: #DF6160;
}
.BgClassName
{
background-color: #DF6160;
}
</style>
border-color css
<style>
span { border-color: #DF6160; }
span { border-color: rgb(223,97,96); }
td.TdClassName
{
border-color: #DF6160;
}
.TagClassName
{
border-color: #DF6160;
}
</style>