Shades of Roman #DB6158
Tints of Roman #DB6158
RGB
CMYK
RGB Variations
Color information
#DB6158 (or 0xDB6158) is known color: Roman. HEX triplet: DB, 61 and 58. RGB value is (219,97,88). Sum of RGB (Red+Green+Blue) = 219+97+88=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6158 is #249EA7. Grayscale: #848484. Windows color (decimal): -2399912 or 5792219. OLE color: 5792219.
HSL color Cylindrical-coordinate representation of color #DB6158: hue angle of 4.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6158 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 88 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.14 |
| HSL | 4.12º | 0.65% | 0.6% | - |
| HSV(B) | 4.12º | 0.6% | 0.86% | - |
| XYZ | 35.25 | 24.31 | 12.07 | - |
| YUV | 132.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 88 | 0 | 0.56 | 0.60 | 0.14 | 4.12 | 0.65 | 0.6 |
| Hex | DB | 61 | 58 | 0 | 38 | 3C | E | 4 | 41 | 3C |
| Octal | 333 | 141 | 130 | 0 | 70 | 74 | 16 | 4 | 101 | 74 |
| Binary | 11011011 | 1100001 | 1011000 | 0 | 111000 | 111100 | 1110 | 100 | 1000001 | 111100 |
Color Harmonies of #DB6158
Complementary color
Monochromatic Colors of #DB6158
Black with #DB6158
Text Example
Text Example
White with #DB6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6158; }
p { color: rgb(219,97,88); }
H1.HeaderClassName
{
color: #DB6158;
}
.AnyTagClassName
{
color: #DB6158;
}
</style>
background-color css
<style>
a { background-color: #DB6158; }
a { background-color: rgb(219,97,88); }
div.DivClassName
{
background-color: #DB6158;
}
.BgClassName
{
background-color: #DB6158;
}
</style>
border-color css
<style>
span { border-color: #DB6158; }
span { border-color: rgb(219,97,88); }
td.TdClassName
{
border-color: #DB6158;
}
.TagClassName
{
border-color: #DB6158;
}
</style>