Shades of Roman #DB6E6B
Tints of Roman #DB6E6B
RGB
CMYK
RGB Variations
Color information
#DB6E6B (or 0xDB6E6B) is known color: Roman. HEX triplet: DB, 6E and 6B. RGB value is (219,110,107). Sum of RGB (Red+Green+Blue) = 219+110+107=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E6B is #249194. Grayscale: #8E8E8E. Windows color (decimal): -2396565 or 7040731. OLE color: 7040731.
HSL color Cylindrical-coordinate representation of color #DB6E6B: hue angle of 1.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6E6B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 107 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.14 |
| HSL | 1.61º | 0.61% | 0.64% | - |
| HSV(B) | 1.61º | 0.51% | 0.86% | - |
| XYZ | 37.44 | 27.27 | 17.2 | - |
| YUV | 142.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 107 | 0 | 0.50 | 0.51 | 0.14 | 1.61 | 0.61 | 0.64 |
| Hex | DB | 6E | 6B | 0 | 32 | 33 | E | 2 | 3D | 40 |
| Octal | 333 | 156 | 153 | 0 | 62 | 63 | 16 | 2 | 75 | 100 |
| Binary | 11011011 | 1101110 | 1101011 | 0 | 110010 | 110011 | 1110 | 10 | 111101 | 1000000 |
Color Harmonies of #DB6E6B
Complementary color
Monochromatic Colors of #DB6E6B
Black with #DB6E6B
Text Example
Text Example
White with #DB6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E6B; }
p { color: rgb(219,110,107); }
H1.HeaderClassName
{
color: #DB6E6B;
}
.AnyTagClassName
{
color: #DB6E6B;
}
</style>
background-color css
<style>
a { background-color: #DB6E6B; }
a { background-color: rgb(219,110,107); }
div.DivClassName
{
background-color: #DB6E6B;
}
.BgClassName
{
background-color: #DB6E6B;
}
</style>
border-color css
<style>
span { border-color: #DB6E6B; }
span { border-color: rgb(219,110,107); }
td.TdClassName
{
border-color: #DB6E6B;
}
.TagClassName
{
border-color: #DB6E6B;
}
</style>