Shades of Ruby #DB1166
Tints of Ruby #DB1166
RGB
CMYK
RGB Variations
Color information
#DB1166 (or 0xDB1166) is known color: Ruby. HEX triplet: DB, 11 and 66. RGB value is (219,17,102). Sum of RGB (Red+Green+Blue) = 219+17+102=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1166 is #24EE99. Grayscale: #565656. Windows color (decimal): -2420378 or 6689243. OLE color: 6689243.
HSL color Cylindrical-coordinate representation of color #DB1166: hue angle of 334.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1166 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 102 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.14 |
| HSL | 334.75º | 0.86% | 0.46% | - |
| HSV(B) | 334.75º | 0.92% | 0.86% | - |
| XYZ | 31.81 | 16.42 | 14.06 | - |
| YUV | 87.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 102 | 0 | 0.92 | 0.53 | 0.14 | 334.75 | 0.86 | 0.46 |
| Hex | DB | 11 | 66 | 0 | 5C | 35 | E | 14F | 56 | 2E |
| Octal | 333 | 21 | 146 | 0 | 134 | 65 | 16 | 517 | 126 | 56 |
| Binary | 11011011 | 10001 | 1100110 | 0 | 1011100 | 110101 | 1110 | 101001111 | 1010110 | 101110 |
Color Harmonies of #DB1166
Complementary color
Monochromatic Colors of #DB1166
Black with #DB1166
Text Example
Text Example
White with #DB1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1166; }
p { color: rgb(219,17,102); }
H1.HeaderClassName
{
color: #DB1166;
}
.AnyTagClassName
{
color: #DB1166;
}
</style>
background-color css
<style>
a { background-color: #DB1166; }
a { background-color: rgb(219,17,102); }
div.DivClassName
{
background-color: #DB1166;
}
.BgClassName
{
background-color: #DB1166;
}
</style>
border-color css
<style>
span { border-color: #DB1166; }
span { border-color: rgb(219,17,102); }
td.TdClassName
{
border-color: #DB1166;
}
.TagClassName
{
border-color: #DB1166;
}
</style>