Shades of Ruby #DB1866
Tints of Ruby #DB1866
RGB
CMYK
RGB Variations
Color information
#DB1866 (or 0xDB1866) is known color: Ruby. HEX triplet: DB, 18 and 66. RGB value is (219,24,102). Sum of RGB (Red+Green+Blue) = 219+24+102=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1866 is #24E799. Grayscale: #5B5B5B. Windows color (decimal): -2418586 or 6691035. OLE color: 6691035.
HSL color Cylindrical-coordinate representation of color #DB1866: hue angle of 336º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1866 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 102 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 336º | 0.8% | 0.48% | - |
| HSV(B) | 336º | 0.89% | 0.86% | - |
| XYZ | 31.94 | 16.67 | 14.11 | - |
| YUV | 91.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 102 | 0 | 0.89 | 0.53 | 0.14 | 336 | 0.8 | 0.48 |
| Hex | DB | 18 | 66 | 0 | 59 | 35 | E | 150 | 50 | 30 |
| Octal | 333 | 30 | 146 | 0 | 131 | 65 | 16 | 520 | 120 | 60 |
| Binary | 11011011 | 11000 | 1100110 | 0 | 1011001 | 110101 | 1110 | 101010000 | 1010000 | 110000 |
Color Harmonies of #DB1866
Complementary color
Monochromatic Colors of #DB1866
Black with #DB1866
Text Example
Text Example
White with #DB1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1866; }
p { color: rgb(219,24,102); }
H1.HeaderClassName
{
color: #DB1866;
}
.AnyTagClassName
{
color: #DB1866;
}
</style>
background-color css
<style>
a { background-color: #DB1866; }
a { background-color: rgb(219,24,102); }
div.DivClassName
{
background-color: #DB1866;
}
.BgClassName
{
background-color: #DB1866;
}
</style>
border-color css
<style>
span { border-color: #DB1866; }
span { border-color: rgb(219,24,102); }
td.TdClassName
{
border-color: #DB1866;
}
.TagClassName
{
border-color: #DB1866;
}
</style>