Shades of Roman #DB5F59
Tints of Roman #DB5F59
RGB
CMYK
RGB Variations
Color information
#DB5F59 (or 0xDB5F59) is known color: Roman. HEX triplet: DB, 5F and 59. RGB value is (219,95,89). Sum of RGB (Red+Green+Blue) = 219+95+89=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F59 is #24A0A6. Grayscale: #838383. Windows color (decimal): -2400423 or 5857243. OLE color: 5857243.
HSL color Cylindrical-coordinate representation of color #DB5F59: hue angle of 2.77º 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 #DB5F59 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 89 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.14 |
| HSL | 2.77º | 0.64% | 0.6% | - |
| HSV(B) | 2.77º | 0.59% | 0.86% | - |
| XYZ | 35.11 | 23.97 | 12.23 | - |
| YUV | 131.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 89 | 0 | 0.57 | 0.59 | 0.14 | 2.77 | 0.64 | 0.6 |
| Hex | DB | 5F | 59 | 0 | 39 | 3B | E | 3 | 40 | 3C |
| Octal | 333 | 137 | 131 | 0 | 71 | 73 | 16 | 3 | 100 | 74 |
| Binary | 11011011 | 1011111 | 1011001 | 0 | 111001 | 111011 | 1110 | 11 | 1000000 | 111100 |
Color Harmonies of #DB5F59
Complementary color
Monochromatic Colors of #DB5F59
Black with #DB5F59
Text Example
Text Example
White with #DB5F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F59; }
p { color: rgb(219,95,89); }
H1.HeaderClassName
{
color: #DB5F59;
}
.AnyTagClassName
{
color: #DB5F59;
}
</style>
background-color css
<style>
a { background-color: #DB5F59; }
a { background-color: rgb(219,95,89); }
div.DivClassName
{
background-color: #DB5F59;
}
.BgClassName
{
background-color: #DB5F59;
}
</style>
border-color css
<style>
span { border-color: #DB5F59; }
span { border-color: rgb(219,95,89); }
td.TdClassName
{
border-color: #DB5F59;
}
.TagClassName
{
border-color: #DB5F59;
}
</style>