Shades of Ruby #DB1868
Tints of Ruby #DB1868
RGB
CMYK
RGB Variations
Color information
#DB1868 (or 0xDB1868) is known color: Ruby. HEX triplet: DB, 18 and 68. RGB value is (219,24,104). Sum of RGB (Red+Green+Blue) = 219+24+104=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1868 is #24E797. Grayscale: #5B5B5B. Windows color (decimal): -2418584 or 6822107. OLE color: 6822107.
HSL color Cylindrical-coordinate representation of color #DB1868: hue angle of 335.38º 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 #DB1868 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 335.38º | 0.8% | 0.48% | - |
| HSV(B) | 335.38º | 0.89% | 0.86% | - |
| XYZ | 32.04 | 16.71 | 14.63 | - |
| YUV | 91.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 104 | 0 | 0.89 | 0.53 | 0.14 | 335.38 | 0.8 | 0.48 |
| Hex | DB | 18 | 68 | 0 | 59 | 35 | E | 14F | 50 | 30 |
| Octal | 333 | 30 | 150 | 0 | 131 | 65 | 16 | 517 | 120 | 60 |
| Binary | 11011011 | 11000 | 1101000 | 0 | 1011001 | 110101 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DB1868
Complementary color
Monochromatic Colors of #DB1868
Black with #DB1868
Text Example
Text Example
White with #DB1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1868; }
p { color: rgb(219,24,104); }
H1.HeaderClassName
{
color: #DB1868;
}
.AnyTagClassName
{
color: #DB1868;
}
</style>
background-color css
<style>
a { background-color: #DB1868; }
a { background-color: rgb(219,24,104); }
div.DivClassName
{
background-color: #DB1868;
}
.BgClassName
{
background-color: #DB1868;
}
</style>
border-color css
<style>
span { border-color: #DB1868; }
span { border-color: rgb(219,24,104); }
td.TdClassName
{
border-color: #DB1868;
}
.TagClassName
{
border-color: #DB1868;
}
</style>