Shades of Ruby #DB0B61
Tints of Ruby #DB0B61
RGB
CMYK
RGB Variations
Color information
#DB0B61 (or 0xDB0B61) is known color: Ruby. HEX triplet: DB, 0B and 61. RGB value is (219,11,97). Sum of RGB (Red+Green+Blue) = 219+11+97=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B61 is #24F49E. Grayscale: #525252. Windows color (decimal): -2421919 or 6360027. OLE color: 6360027.
HSL color Cylindrical-coordinate representation of color #DB0B61: hue angle of 335.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0B61 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 97 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.14 |
| HSL | 335.19º | 0.9% | 0.45% | - |
| HSV(B) | 335.19º | 0.95% | 0.86% | - |
| XYZ | 31.49 | 16.16 | 12.77 | - |
| YUV | 83 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 97 | 0 | 0.95 | 0.56 | 0.14 | 335.19 | 0.9 | 0.45 |
| Hex | DB | B | 61 | 0 | 5F | 38 | E | 14F | 5A | 2D |
| Octal | 333 | 13 | 141 | 0 | 137 | 70 | 16 | 517 | 132 | 55 |
| Binary | 11011011 | 1011 | 1100001 | 0 | 1011111 | 111000 | 1110 | 101001111 | 1011010 | 101101 |
Color Harmonies of #DB0B61
Complementary color
Monochromatic Colors of #DB0B61
Black with #DB0B61
Text Example
Text Example
White with #DB0B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B61; }
p { color: rgb(219,11,97); }
H1.HeaderClassName
{
color: #DB0B61;
}
.AnyTagClassName
{
color: #DB0B61;
}
</style>
background-color css
<style>
a { background-color: #DB0B61; }
a { background-color: rgb(219,11,97); }
div.DivClassName
{
background-color: #DB0B61;
}
.BgClassName
{
background-color: #DB0B61;
}
</style>
border-color css
<style>
span { border-color: #DB0B61; }
span { border-color: rgb(219,11,97); }
td.TdClassName
{
border-color: #DB0B61;
}
.TagClassName
{
border-color: #DB0B61;
}
</style>