Shades of Roman #DB6160
Tints of Roman #DB6160
RGB
CMYK
RGB Variations
Color information
#DB6160 (or 0xDB6160) is known color: Roman. HEX triplet: DB, 61 and 60. RGB value is (219,97,96). Sum of RGB (Red+Green+Blue) = 219+97+96=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6160 is #249E9F. Grayscale: #858585. Windows color (decimal): -2399904 or 6316507. OLE color: 6316507.
HSL color Cylindrical-coordinate representation of color #DB6160: hue angle of 0.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6160 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 96 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.14 |
| HSL | 0.49º | 0.63% | 0.62% | - |
| HSV(B) | 0.49º | 0.56% | 0.86% | - |
| XYZ | 35.6 | 24.45 | 13.91 | - |
| YUV | 133.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 96 | 0 | 0.56 | 0.56 | 0.14 | 0.49 | 0.63 | 0.62 |
| Hex | DB | 61 | 60 | 0 | 38 | 38 | E | 0 | 3F | 3E |
| Octal | 333 | 141 | 140 | 0 | 70 | 70 | 16 | 0 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1100000 | 0 | 111000 | 111000 | 1110 | 0 | 111111 | 111110 |
Color Harmonies of #DB6160
Complementary color
Monochromatic Colors of #DB6160
Black with #DB6160
Text Example
Text Example
White with #DB6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6160; }
p { color: rgb(219,97,96); }
H1.HeaderClassName
{
color: #DB6160;
}
.AnyTagClassName
{
color: #DB6160;
}
</style>
background-color css
<style>
a { background-color: #DB6160; }
a { background-color: rgb(219,97,96); }
div.DivClassName
{
background-color: #DB6160;
}
.BgClassName
{
background-color: #DB6160;
}
</style>
border-color css
<style>
span { border-color: #DB6160; }
span { border-color: rgb(219,97,96); }
td.TdClassName
{
border-color: #DB6160;
}
.TagClassName
{
border-color: #DB6160;
}
</style>