Shades of Roman #DB6258
Tints of Roman #DB6258
RGB
CMYK
RGB Variations
Color information
#DB6258 (or 0xDB6258) is known color: Roman. HEX triplet: DB, 62 and 58. RGB value is (219,98,88). Sum of RGB (Red+Green+Blue) = 219+98+88=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6258 is #249DA7. Grayscale: #858585. Windows color (decimal): -2399656 or 5792475. OLE color: 5792475.
HSL color Cylindrical-coordinate representation of color #DB6258: hue angle of 4.58º 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 #DB6258 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 88 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 4.58º | 0.65% | 0.6% | - |
| HSV(B) | 4.58º | 0.6% | 0.86% | - |
| XYZ | 35.34 | 24.5 | 12.1 | - |
| YUV | 133.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 88 | 0 | 0.55 | 0.60 | 0.14 | 4.58 | 0.65 | 0.6 |
| Hex | DB | 62 | 58 | 0 | 37 | 3C | E | 5 | 41 | 3C |
| Octal | 333 | 142 | 130 | 0 | 67 | 74 | 16 | 5 | 101 | 74 |
| Binary | 11011011 | 1100010 | 1011000 | 0 | 110111 | 111100 | 1110 | 101 | 1000001 | 111100 |
Color Harmonies of #DB6258
Complementary color
Monochromatic Colors of #DB6258
Black with #DB6258
Text Example
Text Example
White with #DB6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6258; }
p { color: rgb(219,98,88); }
H1.HeaderClassName
{
color: #DB6258;
}
.AnyTagClassName
{
color: #DB6258;
}
</style>
background-color css
<style>
a { background-color: #DB6258; }
a { background-color: rgb(219,98,88); }
div.DivClassName
{
background-color: #DB6258;
}
.BgClassName
{
background-color: #DB6258;
}
</style>
border-color css
<style>
span { border-color: #DB6258; }
span { border-color: rgb(219,98,88); }
td.TdClassName
{
border-color: #DB6258;
}
.TagClassName
{
border-color: #DB6258;
}
</style>