Shades of Ruby #DB0571
Tints of Ruby #DB0571
RGB
CMYK
RGB Variations
Color information
#DB0571 (or 0xDB0571) is known color: Ruby. HEX triplet: DB, 05 and 71. RGB value is (219,5,113). Sum of RGB (Red+Green+Blue) = 219+5+113=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0571 is #24FA8E. Grayscale: #515151. Windows color (decimal): -2423439 or 7407067. OLE color: 7407067.
HSL color Cylindrical-coordinate representation of color #DB0571: hue angle of 329.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0571 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.14 |
| HSL | 329.72º | 0.96% | 0.44% | - |
| HSV(B) | 329.72º | 0.98% | 0.86% | - |
| XYZ | 32.25 | 16.36 | 17.08 | - |
| YUV | 81.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 113 | 0 | 0.98 | 0.48 | 0.14 | 329.72 | 0.96 | 0.44 |
| Hex | DB | 5 | 71 | 0 | 62 | 30 | E | 14A | 60 | 2C |
| Octal | 333 | 5 | 161 | 0 | 142 | 60 | 16 | 512 | 140 | 54 |
| Binary | 11011011 | 101 | 1110001 | 0 | 1100010 | 110000 | 1110 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DB0571
Complementary color
Monochromatic Colors of #DB0571
Black with #DB0571
Text Example
Text Example
White with #DB0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0571; }
p { color: rgb(219,5,113); }
H1.HeaderClassName
{
color: #DB0571;
}
.AnyTagClassName
{
color: #DB0571;
}
</style>
background-color css
<style>
a { background-color: #DB0571; }
a { background-color: rgb(219,5,113); }
div.DivClassName
{
background-color: #DB0571;
}
.BgClassName
{
background-color: #DB0571;
}
</style>
border-color css
<style>
span { border-color: #DB0571; }
span { border-color: rgb(219,5,113); }
td.TdClassName
{
border-color: #DB0571;
}
.TagClassName
{
border-color: #DB0571;
}
</style>