Shades of Ruby #DB0F66
Tints of Ruby #DB0F66
RGB
CMYK
RGB Variations
Color information
#DB0F66 (or 0xDB0F66) is known color: Ruby. HEX triplet: DB, 0F and 66. RGB value is (219,15,102). Sum of RGB (Red+Green+Blue) = 219+15+102=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F66 is #24F099. Grayscale: #555555. Windows color (decimal): -2420890 or 6688731. OLE color: 6688731.
HSL color Cylindrical-coordinate representation of color #DB0F66: hue angle of 334.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F66 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 102 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.14 |
| HSL | 334.41º | 0.87% | 0.46% | - |
| HSV(B) | 334.41º | 0.93% | 0.86% | - |
| XYZ | 31.78 | 16.36 | 14.05 | - |
| YUV | 85.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 102 | 0 | 0.93 | 0.53 | 0.14 | 334.41 | 0.87 | 0.46 |
| Hex | DB | F | 66 | 0 | 5D | 35 | E | 14E | 57 | 2E |
| Octal | 333 | 17 | 146 | 0 | 135 | 65 | 16 | 516 | 127 | 56 |
| Binary | 11011011 | 1111 | 1100110 | 0 | 1011101 | 110101 | 1110 | 101001110 | 1010111 | 101110 |
Color Harmonies of #DB0F66
Complementary color
Monochromatic Colors of #DB0F66
Black with #DB0F66
Text Example
Text Example
White with #DB0F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F66; }
p { color: rgb(219,15,102); }
H1.HeaderClassName
{
color: #DB0F66;
}
.AnyTagClassName
{
color: #DB0F66;
}
</style>
background-color css
<style>
a { background-color: #DB0F66; }
a { background-color: rgb(219,15,102); }
div.DivClassName
{
background-color: #DB0F66;
}
.BgClassName
{
background-color: #DB0F66;
}
</style>
border-color css
<style>
span { border-color: #DB0F66; }
span { border-color: rgb(219,15,102); }
td.TdClassName
{
border-color: #DB0F66;
}
.TagClassName
{
border-color: #DB0F66;
}
</style>