Shades of Roman #DB6E6A
Tints of Roman #DB6E6A
RGB
CMYK
RGB Variations
Color information
#DB6E6A (or 0xDB6E6A) is known color: Roman. HEX triplet: DB, 6E and 6A. RGB value is (219,110,106). Sum of RGB (Red+Green+Blue) = 219+110+106=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E6A is #249195. Grayscale: #8E8E8E. Windows color (decimal): -2396566 or 6975195. OLE color: 6975195.
HSL color Cylindrical-coordinate representation of color #DB6E6A: hue angle of 2.12º 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 #DB6E6A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 110 | 106 | - |
CMYK | 0 | 0.50 | 0.52 | 0.14 |
HSL | 2.12º | 0.61% | 0.64% | - |
HSV(B) | 2.12º | 0.52% | 0.86% | - |
XYZ | 37.39 | 27.25 | 16.93 | - |
YUV | 142.14 | 107.61 | 182.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 110 | 106 | 0 | 0.50 | 0.52 | 0.14 | 2.12 | 0.61 | 0.64 |
Hex | DB | 6E | 6A | 0 | 32 | 34 | E | 2 | 3D | 40 |
Octal | 333 | 156 | 152 | 0 | 62 | 64 | 16 | 2 | 75 | 100 |
Binary | 11011011 | 1101110 | 1101010 | 0 | 110010 | 110100 | 1110 | 10 | 111101 | 1000000 |
Color Harmonies of #DB6E6A
Complementary color
Monochromatic Colors of #DB6E6A
Black with #DB6E6A
Text Example
Text Example
White with #DB6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E6A; }
p { color: rgb(219,110,106); }
H1.HeaderClassName
{
color: #DB6E6A;
}
.AnyTagClassName
{
color: #DB6E6A;
}
</style>
background-color css
<style>
a { background-color: #DB6E6A; }
a { background-color: rgb(219,110,106); }
div.DivClassName
{
background-color: #DB6E6A;
}
.BgClassName
{
background-color: #DB6E6A;
}
</style>
border-color css
<style>
span { border-color: #DB6E6A; }
span { border-color: rgb(219,110,106); }
td.TdClassName
{
border-color: #DB6E6A;
}
.TagClassName
{
border-color: #DB6E6A;
}
</style>