Shades of Roman #DB5959
Tints of Roman #DB5959
RGB
CMYK
RGB Variations
Color information
#DB5959 (or 0xDB5959) is known color: Roman. HEX triplet: DB, 59 and 59. RGB value is (219,89,89). Sum of RGB (Red+Green+Blue) = 219+89+89=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5959 is #24A6A6. Grayscale: #808080. Windows color (decimal): -2401959 or 5855707. OLE color: 5855707.
HSL color Cylindrical-coordinate representation of color #DB5959: hue angle of 0º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5959 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 89 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.14 |
| HSL | 0º | 0.64% | 0.6% | - |
| HSV(B) | 0º | 0.59% | 0.86% | - |
| XYZ | 34.59 | 22.93 | 12.05 | - |
| YUV | 127.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 89 | 0 | 0.59 | 0.59 | 0.14 | 0 | 0.64 | 0.6 |
| Hex | DB | 59 | 59 | 0 | 3B | 3B | E | 0 | 40 | 3C |
| Octal | 333 | 131 | 131 | 0 | 73 | 73 | 16 | 0 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1011001 | 0 | 111011 | 111011 | 1110 | 0 | 1000000 | 111100 |
Color Harmonies of #DB5959
Complementary color
Monochromatic Colors of #DB5959
Black with #DB5959
Text Example
Text Example
White with #DB5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5959; }
p { color: rgb(219,89,89); }
H1.HeaderClassName
{
color: #DB5959;
}
.AnyTagClassName
{
color: #DB5959;
}
</style>
background-color css
<style>
a { background-color: #DB5959; }
a { background-color: rgb(219,89,89); }
div.DivClassName
{
background-color: #DB5959;
}
.BgClassName
{
background-color: #DB5959;
}
</style>
border-color css
<style>
span { border-color: #DB5959; }
span { border-color: rgb(219,89,89); }
td.TdClassName
{
border-color: #DB5959;
}
.TagClassName
{
border-color: #DB5959;
}
</style>