Shades of Ruby #DB096B
Tints of Ruby #DB096B
RGB
CMYK
RGB Variations
Color information
#DB096B (or 0xDB096B) is known color: Ruby. HEX triplet: DB, 09 and 6B. RGB value is (219,9,107). Sum of RGB (Red+Green+Blue) = 219+9+107=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB096B is #24F694. Grayscale: #525252. Windows color (decimal): -2422421 or 7014875. OLE color: 7014875.
HSL color Cylindrical-coordinate representation of color #DB096B: hue angle of 332º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB096B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.14 |
| HSL | 332º | 0.92% | 0.45% | - |
| HSV(B) | 332º | 0.96% | 0.86% | - |
| XYZ | 31.96 | 16.32 | 15.37 | - |
| YUV | 82.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 107 | 0 | 0.96 | 0.51 | 0.14 | 332 | 0.92 | 0.45 |
| Hex | DB | 9 | 6B | 0 | 60 | 33 | E | 14C | 5C | 2D |
| Octal | 333 | 11 | 153 | 0 | 140 | 63 | 16 | 514 | 134 | 55 |
| Binary | 11011011 | 1001 | 1101011 | 0 | 1100000 | 110011 | 1110 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DB096B
Complementary color
Monochromatic Colors of #DB096B
Black with #DB096B
Text Example
Text Example
White with #DB096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB096B; }
p { color: rgb(219,9,107); }
H1.HeaderClassName
{
color: #DB096B;
}
.AnyTagClassName
{
color: #DB096B;
}
</style>
background-color css
<style>
a { background-color: #DB096B; }
a { background-color: rgb(219,9,107); }
div.DivClassName
{
background-color: #DB096B;
}
.BgClassName
{
background-color: #DB096B;
}
</style>
border-color css
<style>
span { border-color: #DB096B; }
span { border-color: rgb(219,9,107); }
td.TdClassName
{
border-color: #DB096B;
}
.TagClassName
{
border-color: #DB096B;
}
</style>