Shades of Roman #DB6863
Tints of Roman #DB6863
RGB
CMYK
RGB Variations
Color information
#DB6863 (or 0xDB6863) is known color: Roman. HEX triplet: DB, 68 and 63. RGB value is (219,104,99). Sum of RGB (Red+Green+Blue) = 219+104+99=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6863 is #24979C. Grayscale: #898989. Windows color (decimal): -2398109 or 6514907. OLE color: 6514907.
HSL color Cylindrical-coordinate representation of color #DB6863: hue angle of 2.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6863 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 99 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.14 |
| HSL | 2.5º | 0.63% | 0.62% | - |
| HSV(B) | 2.5º | 0.55% | 0.86% | - |
| XYZ | 36.42 | 25.86 | 14.88 | - |
| YUV | 137.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 99 | 0 | 0.53 | 0.55 | 0.14 | 2.5 | 0.63 | 0.62 |
| Hex | DB | 68 | 63 | 0 | 35 | 37 | E | 2 | 3E | 3E |
| Octal | 333 | 150 | 143 | 0 | 65 | 67 | 16 | 2 | 76 | 76 |
| Binary | 11011011 | 1101000 | 1100011 | 0 | 110101 | 110111 | 1110 | 10 | 111110 | 111110 |
Color Harmonies of #DB6863
Complementary color
Monochromatic Colors of #DB6863
Black with #DB6863
Text Example
Text Example
White with #DB6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6863; }
p { color: rgb(219,104,99); }
H1.HeaderClassName
{
color: #DB6863;
}
.AnyTagClassName
{
color: #DB6863;
}
</style>
background-color css
<style>
a { background-color: #DB6863; }
a { background-color: rgb(219,104,99); }
div.DivClassName
{
background-color: #DB6863;
}
.BgClassName
{
background-color: #DB6863;
}
</style>
border-color css
<style>
span { border-color: #DB6863; }
span { border-color: rgb(219,104,99); }
td.TdClassName
{
border-color: #DB6863;
}
.TagClassName
{
border-color: #DB6863;
}
</style>