Shades of Roman #DB6663
Tints of Roman #DB6663
RGB
CMYK
RGB Variations
Color information
#DB6663 (or 0xDB6663) is known color: Roman. HEX triplet: DB, 66 and 63. RGB value is (219,102,99). Sum of RGB (Red+Green+Blue) = 219+102+99=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6663 is #24999C. Grayscale: #888888. Windows color (decimal): -2398621 or 6514395. OLE color: 6514395.
HSL color Cylindrical-coordinate representation of color #DB6663: hue angle of 1.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 #DB6663 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 99 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.14 |
| HSL | 1.5º | 0.63% | 0.62% | - |
| HSV(B) | 1.5º | 0.55% | 0.86% | - |
| XYZ | 36.22 | 25.46 | 14.81 | - |
| YUV | 136.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 99 | 0 | 0.53 | 0.55 | 0.14 | 1.5 | 0.63 | 0.62 |
| Hex | DB | 66 | 63 | 0 | 35 | 37 | E | 2 | 3E | 3E |
| Octal | 333 | 146 | 143 | 0 | 65 | 67 | 16 | 2 | 76 | 76 |
| Binary | 11011011 | 1100110 | 1100011 | 0 | 110101 | 110111 | 1110 | 10 | 111110 | 111110 |
Color Harmonies of #DB6663
Complementary color
Monochromatic Colors of #DB6663
Black with #DB6663
Text Example
Text Example
White with #DB6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6663; }
p { color: rgb(219,102,99); }
H1.HeaderClassName
{
color: #DB6663;
}
.AnyTagClassName
{
color: #DB6663;
}
</style>
background-color css
<style>
a { background-color: #DB6663; }
a { background-color: rgb(219,102,99); }
div.DivClassName
{
background-color: #DB6663;
}
.BgClassName
{
background-color: #DB6663;
}
</style>
border-color css
<style>
span { border-color: #DB6663; }
span { border-color: rgb(219,102,99); }
td.TdClassName
{
border-color: #DB6663;
}
.TagClassName
{
border-color: #DB6663;
}
</style>