Shades of Ruby #DB096E
Tints of Ruby #DB096E
RGB
CMYK
RGB Variations
Color information
#DB096E (or 0xDB096E) is known color: Ruby. HEX triplet: DB, 09 and 6E. RGB value is (219,9,110). Sum of RGB (Red+Green+Blue) = 219+9+110=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB096E is #24F691. Grayscale: #535353. Windows color (decimal): -2422418 or 7211483. OLE color: 7211483.
HSL color Cylindrical-coordinate representation of color #DB096E: hue angle of 331.14º 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 #DB096E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.14 |
| HSL | 331.14º | 0.92% | 0.45% | - |
| HSV(B) | 331.14º | 0.96% | 0.86% | - |
| XYZ | 32.13 | 16.38 | 16.22 | - |
| YUV | 83.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 110 | 0 | 0.96 | 0.50 | 0.14 | 331.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 6E | 0 | 60 | 32 | E | 14B | 5C | 2D |
| Octal | 333 | 11 | 156 | 0 | 140 | 62 | 16 | 513 | 134 | 55 |
| Binary | 11011011 | 1001 | 1101110 | 0 | 1100000 | 110010 | 1110 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DB096E
Complementary color
Monochromatic Colors of #DB096E
Black with #DB096E
Text Example
Text Example
White with #DB096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB096E; }
p { color: rgb(219,9,110); }
H1.HeaderClassName
{
color: #DB096E;
}
.AnyTagClassName
{
color: #DB096E;
}
</style>
background-color css
<style>
a { background-color: #DB096E; }
a { background-color: rgb(219,9,110); }
div.DivClassName
{
background-color: #DB096E;
}
.BgClassName
{
background-color: #DB096E;
}
</style>
border-color css
<style>
span { border-color: #DB096E; }
span { border-color: rgb(219,9,110); }
td.TdClassName
{
border-color: #DB096E;
}
.TagClassName
{
border-color: #DB096E;
}
</style>