Shades of Ruby #DB1967
Tints of Ruby #DB1967
RGB
CMYK
RGB Variations
Color information
#DB1967 (or 0xDB1967) is known color: Ruby. HEX triplet: DB, 19 and 67. RGB value is (219,25,103). Sum of RGB (Red+Green+Blue) = 219+25+103=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1967 is #24E698. Grayscale: #5B5B5B. Windows color (decimal): -2418329 or 6756827. OLE color: 6756827.
HSL color Cylindrical-coordinate representation of color #DB1967: hue angle of 335.88º 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 #DB1967 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 103 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 335.88º | 0.8% | 0.48% | - |
| HSV(B) | 335.88º | 0.89% | 0.86% | - |
| XYZ | 32.01 | 16.73 | 14.37 | - |
| YUV | 91.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 103 | 0 | 0.89 | 0.53 | 0.14 | 335.88 | 0.8 | 0.48 |
| Hex | DB | 19 | 67 | 0 | 59 | 35 | E | 150 | 50 | 30 |
| Octal | 333 | 31 | 147 | 0 | 131 | 65 | 16 | 520 | 120 | 60 |
| Binary | 11011011 | 11001 | 1100111 | 0 | 1011001 | 110101 | 1110 | 101010000 | 1010000 | 110000 |
Color Harmonies of #DB1967
Complementary color
Monochromatic Colors of #DB1967
Black with #DB1967
Text Example
Text Example
White with #DB1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1967; }
p { color: rgb(219,25,103); }
H1.HeaderClassName
{
color: #DB1967;
}
.AnyTagClassName
{
color: #DB1967;
}
</style>
background-color css
<style>
a { background-color: #DB1967; }
a { background-color: rgb(219,25,103); }
div.DivClassName
{
background-color: #DB1967;
}
.BgClassName
{
background-color: #DB1967;
}
</style>
border-color css
<style>
span { border-color: #DB1967; }
span { border-color: rgb(219,25,103); }
td.TdClassName
{
border-color: #DB1967;
}
.TagClassName
{
border-color: #DB1967;
}
</style>