Shades of Ruby #DB1061
Tints of Ruby #DB1061
RGB
CMYK
RGB Variations
Color information
#DB1061 (or 0xDB1061) is known color: Ruby. HEX triplet: DB, 10 and 61. RGB value is (219,16,97). Sum of RGB (Red+Green+Blue) = 219+16+97=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1061 is #24EF9E. Grayscale: #555555. Windows color (decimal): -2420639 or 6361307. OLE color: 6361307.
HSL color Cylindrical-coordinate representation of color #DB1061: hue angle of 336.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1061 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 97 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.14 |
| HSL | 336.06º | 0.86% | 0.46% | - |
| HSV(B) | 336.06º | 0.93% | 0.86% | - |
| XYZ | 31.56 | 16.29 | 12.79 | - |
| YUV | 85.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 97 | 0 | 0.93 | 0.56 | 0.14 | 336.06 | 0.86 | 0.46 |
| Hex | DB | 10 | 61 | 0 | 5D | 38 | E | 150 | 56 | 2E |
| Octal | 333 | 20 | 141 | 0 | 135 | 70 | 16 | 520 | 126 | 56 |
| Binary | 11011011 | 10000 | 1100001 | 0 | 1011101 | 111000 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DB1061
Complementary color
Monochromatic Colors of #DB1061
Black with #DB1061
Text Example
Text Example
White with #DB1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1061; }
p { color: rgb(219,16,97); }
H1.HeaderClassName
{
color: #DB1061;
}
.AnyTagClassName
{
color: #DB1061;
}
</style>
background-color css
<style>
a { background-color: #DB1061; }
a { background-color: rgb(219,16,97); }
div.DivClassName
{
background-color: #DB1061;
}
.BgClassName
{
background-color: #DB1061;
}
</style>
border-color css
<style>
span { border-color: #DB1061; }
span { border-color: rgb(219,16,97); }
td.TdClassName
{
border-color: #DB1061;
}
.TagClassName
{
border-color: #DB1061;
}
</style>