Shades of Roman #DB6B6B
Tints of Roman #DB6B6B
RGB
CMYK
RGB Variations
Color information
#DB6B6B (or 0xDB6B6B) is known color: Roman. HEX triplet: DB, 6B and 6B. RGB value is (219,107,107). Sum of RGB (Red+Green+Blue) = 219+107+107=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B6B is #249494. Grayscale: #8C8C8C. Windows color (decimal): -2397333 or 7039963. OLE color: 7039963.
HSL color Cylindrical-coordinate representation of color #DB6B6B: 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.51%. Process color model (Four color, CMYK) of #DB6B6B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 107 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.14 |
| HSL | 0º | 0.61% | 0.64% | - |
| HSV(B) | 0º | 0.51% | 0.86% | - |
| XYZ | 37.12 | 26.64 | 17.09 | - |
| YUV | 140.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 107 | 0 | 0.51 | 0.51 | 0.14 | 0 | 0.61 | 0.64 |
| Hex | DB | 6B | 6B | 0 | 33 | 33 | E | 0 | 3D | 40 |
| Octal | 333 | 153 | 153 | 0 | 63 | 63 | 16 | 0 | 75 | 100 |
| Binary | 11011011 | 1101011 | 1101011 | 0 | 110011 | 110011 | 1110 | 0 | 111101 | 1000000 |
Color Harmonies of #DB6B6B
Complementary color
Monochromatic Colors of #DB6B6B
Black with #DB6B6B
Text Example
Text Example
White with #DB6B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B6B; }
p { color: rgb(219,107,107); }
H1.HeaderClassName
{
color: #DB6B6B;
}
.AnyTagClassName
{
color: #DB6B6B;
}
</style>
background-color css
<style>
a { background-color: #DB6B6B; }
a { background-color: rgb(219,107,107); }
div.DivClassName
{
background-color: #DB6B6B;
}
.BgClassName
{
background-color: #DB6B6B;
}
</style>
border-color css
<style>
span { border-color: #DB6B6B; }
span { border-color: rgb(219,107,107); }
td.TdClassName
{
border-color: #DB6B6B;
}
.TagClassName
{
border-color: #DB6B6B;
}
</style>