Shades of Ruby #DB0965
Tints of Ruby #DB0965
RGB
CMYK
RGB Variations
Color information
#DB0965 (or 0xDB0965) is known color: Ruby. HEX triplet: DB, 09 and 65. RGB value is (219,9,101). Sum of RGB (Red+Green+Blue) = 219+9+101=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0965 is #24F69A. Grayscale: #525252. Windows color (decimal): -2422427 or 6621659. OLE color: 6621659.
HSL color Cylindrical-coordinate representation of color #DB0965: hue angle of 333.71º 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 #DB0965 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.14 |
| HSL | 333.71º | 0.92% | 0.45% | - |
| HSV(B) | 333.71º | 0.96% | 0.86% | - |
| XYZ | 31.66 | 16.2 | 13.77 | - |
| YUV | 82.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 101 | 0 | 0.96 | 0.54 | 0.14 | 333.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 65 | 0 | 60 | 36 | E | 14E | 5C | 2D |
| Octal | 333 | 11 | 145 | 0 | 140 | 66 | 16 | 516 | 134 | 55 |
| Binary | 11011011 | 1001 | 1100101 | 0 | 1100000 | 110110 | 1110 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DB0965
Complementary color
Monochromatic Colors of #DB0965
Black with #DB0965
Text Example
Text Example
White with #DB0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0965; }
p { color: rgb(219,9,101); }
H1.HeaderClassName
{
color: #DB0965;
}
.AnyTagClassName
{
color: #DB0965;
}
</style>
background-color css
<style>
a { background-color: #DB0965; }
a { background-color: rgb(219,9,101); }
div.DivClassName
{
background-color: #DB0965;
}
.BgClassName
{
background-color: #DB0965;
}
</style>
border-color css
<style>
span { border-color: #DB0965; }
span { border-color: rgb(219,9,101); }
td.TdClassName
{
border-color: #DB0965;
}
.TagClassName
{
border-color: #DB0965;
}
</style>