Shades of Ruby #DB0961
Tints of Ruby #DB0961
RGB
CMYK
RGB Variations
Color information
#DB0961 (or 0xDB0961) is known color: Ruby. HEX triplet: DB, 09 and 61. RGB value is (219,9,97). Sum of RGB (Red+Green+Blue) = 219+9+97=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0961 is #24F69E. Grayscale: #515151. Windows color (decimal): -2422431 or 6359515. OLE color: 6359515.
HSL color Cylindrical-coordinate representation of color #DB0961: hue angle of 334.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 #DB0961 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.14 |
| HSL | 334.86º | 0.92% | 0.45% | - |
| HSV(B) | 334.86º | 0.96% | 0.86% | - |
| XYZ | 31.47 | 16.12 | 12.76 | - |
| YUV | 81.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 97 | 0 | 0.96 | 0.56 | 0.14 | 334.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 61 | 0 | 60 | 38 | E | 14F | 5C | 2D |
| Octal | 333 | 11 | 141 | 0 | 140 | 70 | 16 | 517 | 134 | 55 |
| Binary | 11011011 | 1001 | 1100001 | 0 | 1100000 | 111000 | 1110 | 101001111 | 1011100 | 101101 |
Color Harmonies of #DB0961
Complementary color
Monochromatic Colors of #DB0961
Black with #DB0961
Text Example
Text Example
White with #DB0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0961; }
p { color: rgb(219,9,97); }
H1.HeaderClassName
{
color: #DB0961;
}
.AnyTagClassName
{
color: #DB0961;
}
</style>
background-color css
<style>
a { background-color: #DB0961; }
a { background-color: rgb(219,9,97); }
div.DivClassName
{
background-color: #DB0961;
}
.BgClassName
{
background-color: #DB0961;
}
</style>
border-color css
<style>
span { border-color: #DB0961; }
span { border-color: rgb(219,9,97); }
td.TdClassName
{
border-color: #DB0961;
}
.TagClassName
{
border-color: #DB0961;
}
</style>