Shades of Roman #DB5D59
Tints of Roman #DB5D59
RGB
CMYK
RGB Variations
Color information
#DB5D59 (or 0xDB5D59) is known color: Roman. HEX triplet: DB, 5D and 59. RGB value is (219,93,89). Sum of RGB (Red+Green+Blue) = 219+93+89=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D59 is #24A2A6. Grayscale: #828282. Windows color (decimal): -2400935 or 5856731. OLE color: 5856731.
HSL color Cylindrical-coordinate representation of color #DB5D59: hue angle of 1.85º 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 #DB5D59 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 89 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.14 |
| HSL | 1.85º | 0.64% | 0.6% | - |
| HSV(B) | 1.85º | 0.59% | 0.86% | - |
| XYZ | 34.93 | 23.61 | 12.17 | - |
| YUV | 130.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 89 | 0 | 0.58 | 0.59 | 0.14 | 1.85 | 0.64 | 0.6 |
| Hex | DB | 5D | 59 | 0 | 3A | 3B | E | 2 | 40 | 3C |
| Octal | 333 | 135 | 131 | 0 | 72 | 73 | 16 | 2 | 100 | 74 |
| Binary | 11011011 | 1011101 | 1011001 | 0 | 111010 | 111011 | 1110 | 10 | 1000000 | 111100 |
Color Harmonies of #DB5D59
Complementary color
Monochromatic Colors of #DB5D59
Black with #DB5D59
Text Example
Text Example
White with #DB5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D59; }
p { color: rgb(219,93,89); }
H1.HeaderClassName
{
color: #DB5D59;
}
.AnyTagClassName
{
color: #DB5D59;
}
</style>
background-color css
<style>
a { background-color: #DB5D59; }
a { background-color: rgb(219,93,89); }
div.DivClassName
{
background-color: #DB5D59;
}
.BgClassName
{
background-color: #DB5D59;
}
</style>
border-color css
<style>
span { border-color: #DB5D59; }
span { border-color: rgb(219,93,89); }
td.TdClassName
{
border-color: #DB5D59;
}
.TagClassName
{
border-color: #DB5D59;
}
</style>