Shades of Roman #DB6969
Tints of Roman #DB6969
RGB
CMYK
RGB Variations
Color information
#DB6969 (or 0xDB6969) is known color: Roman. HEX triplet: DB, 69 and 69. RGB value is (219,105,105). Sum of RGB (Red+Green+Blue) = 219+105+105=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6969 is #249696. Grayscale: #8B8B8B. Windows color (decimal): -2397847 or 6908379. OLE color: 6908379.
HSL color Cylindrical-coordinate representation of color #DB6969: hue angle of 0º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6969 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 105 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.14 |
| HSL | 0º | 0.61% | 0.64% | - |
| HSV(B) | 0º | 0.52% | 0.86% | - |
| XYZ | 36.81 | 26.18 | 16.48 | - |
| YUV | 139.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 105 | 0 | 0.52 | 0.52 | 0.14 | 0 | 0.61 | 0.64 |
| Hex | DB | 69 | 69 | 0 | 34 | 34 | E | 0 | 3D | 40 |
| Octal | 333 | 151 | 151 | 0 | 64 | 64 | 16 | 0 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1101001 | 0 | 110100 | 110100 | 1110 | 0 | 111101 | 1000000 |
Color Harmonies of #DB6969
Complementary color
Monochromatic Colors of #DB6969
Black with #DB6969
Text Example
Text Example
White with #DB6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6969; }
p { color: rgb(219,105,105); }
H1.HeaderClassName
{
color: #DB6969;
}
.AnyTagClassName
{
color: #DB6969;
}
</style>
background-color css
<style>
a { background-color: #DB6969; }
a { background-color: rgb(219,105,105); }
div.DivClassName
{
background-color: #DB6969;
}
.BgClassName
{
background-color: #DB6969;
}
</style>
border-color css
<style>
span { border-color: #DB6969; }
span { border-color: rgb(219,105,105); }
td.TdClassName
{
border-color: #DB6969;
}
.TagClassName
{
border-color: #DB6969;
}
</style>