Shades of Ruby #DB166C
Tints of Ruby #DB166C
RGB
CMYK
RGB Variations
Color information
#DB166C (or 0xDB166C) is known color: Ruby. HEX triplet: DB, 16 and 6C. RGB value is (219,22,108). Sum of RGB (Red+Green+Blue) = 219+22+108=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB166C is #24E993. Grayscale: #5A5A5A. Windows color (decimal): -2419092 or 7083739. OLE color: 7083739.
HSL color Cylindrical-coordinate representation of color #DB166C: hue angle of 333.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB166C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.14 |
| HSL | 333.81º | 0.82% | 0.47% | - |
| HSV(B) | 333.81º | 0.9% | 0.86% | - |
| XYZ | 32.21 | 16.72 | 15.72 | - |
| YUV | 90.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 108 | 0 | 0.90 | 0.51 | 0.14 | 333.81 | 0.82 | 0.47 |
| Hex | DB | 16 | 6C | 0 | 5A | 33 | E | 14E | 52 | 2F |
| Octal | 333 | 26 | 154 | 0 | 132 | 63 | 16 | 516 | 122 | 57 |
| Binary | 11011011 | 10110 | 1101100 | 0 | 1011010 | 110011 | 1110 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DB166C
Complementary color
Monochromatic Colors of #DB166C
Black with #DB166C
Text Example
Text Example
White with #DB166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB166C; }
p { color: rgb(219,22,108); }
H1.HeaderClassName
{
color: #DB166C;
}
.AnyTagClassName
{
color: #DB166C;
}
</style>
background-color css
<style>
a { background-color: #DB166C; }
a { background-color: rgb(219,22,108); }
div.DivClassName
{
background-color: #DB166C;
}
.BgClassName
{
background-color: #DB166C;
}
</style>
border-color css
<style>
span { border-color: #DB166C; }
span { border-color: rgb(219,22,108); }
td.TdClassName
{
border-color: #DB166C;
}
.TagClassName
{
border-color: #DB166C;
}
</style>