Shades of Ruby #DB0C68
Tints of Ruby #DB0C68
RGB
CMYK
RGB Variations
Color information
#DB0C68 (or 0xDB0C68) is known color: Ruby. HEX triplet: DB, 0C and 68. RGB value is (219,12,104). Sum of RGB (Red+Green+Blue) = 219+12+104=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C68 is #24F397. Grayscale: #545454. Windows color (decimal): -2421656 or 6819035. OLE color: 6819035.
HSL color Cylindrical-coordinate representation of color #DB0C68: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C68 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 104 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.14 |
| HSL | 333.33º | 0.9% | 0.45% | - |
| HSV(B) | 333.33º | 0.95% | 0.86% | - |
| XYZ | 31.84 | 16.32 | 14.57 | - |
| YUV | 84.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 104 | 0 | 0.95 | 0.53 | 0.14 | 333.33 | 0.9 | 0.45 |
| Hex | DB | C | 68 | 0 | 5F | 35 | E | 14D | 5A | 2D |
| Octal | 333 | 14 | 150 | 0 | 137 | 65 | 16 | 515 | 132 | 55 |
| Binary | 11011011 | 1100 | 1101000 | 0 | 1011111 | 110101 | 1110 | 101001101 | 1011010 | 101101 |
Color Harmonies of #DB0C68
Complementary color
Monochromatic Colors of #DB0C68
Black with #DB0C68
Text Example
Text Example
White with #DB0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C68; }
p { color: rgb(219,12,104); }
H1.HeaderClassName
{
color: #DB0C68;
}
.AnyTagClassName
{
color: #DB0C68;
}
</style>
background-color css
<style>
a { background-color: #DB0C68; }
a { background-color: rgb(219,12,104); }
div.DivClassName
{
background-color: #DB0C68;
}
.BgClassName
{
background-color: #DB0C68;
}
</style>
border-color css
<style>
span { border-color: #DB0C68; }
span { border-color: rgb(219,12,104); }
td.TdClassName
{
border-color: #DB0C68;
}
.TagClassName
{
border-color: #DB0C68;
}
</style>