Shades of Ruby #DB096F
Tints of Ruby #DB096F
RGB
CMYK
RGB Variations
Color information
#DB096F (or 0xDB096F) is known color: Ruby. HEX triplet: DB, 09 and 6F. RGB value is (219,9,111). Sum of RGB (Red+Green+Blue) = 219+9+111=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB096F is #24F690. Grayscale: #535353. Windows color (decimal): -2422417 or 7277019. OLE color: 7277019.
HSL color Cylindrical-coordinate representation of color #DB096F: hue angle of 330.86º 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 #DB096F is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.14 |
| HSL | 330.86º | 0.92% | 0.45% | - |
| HSV(B) | 330.86º | 0.96% | 0.86% | - |
| XYZ | 32.18 | 16.4 | 16.51 | - |
| YUV | 83.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 111 | 0 | 0.96 | 0.49 | 0.14 | 330.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 6F | 0 | 60 | 31 | E | 14B | 5C | 2D |
| Octal | 333 | 11 | 157 | 0 | 140 | 61 | 16 | 513 | 134 | 55 |
| Binary | 11011011 | 1001 | 1101111 | 0 | 1100000 | 110001 | 1110 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DB096F
Complementary color
Monochromatic Colors of #DB096F
Black with #DB096F
Text Example
Text Example
White with #DB096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB096F; }
p { color: rgb(219,9,111); }
H1.HeaderClassName
{
color: #DB096F;
}
.AnyTagClassName
{
color: #DB096F;
}
</style>
background-color css
<style>
a { background-color: #DB096F; }
a { background-color: rgb(219,9,111); }
div.DivClassName
{
background-color: #DB096F;
}
.BgClassName
{
background-color: #DB096F;
}
</style>
border-color css
<style>
span { border-color: #DB096F; }
span { border-color: rgb(219,9,111); }
td.TdClassName
{
border-color: #DB096F;
}
.TagClassName
{
border-color: #DB096F;
}
</style>