Shades of Ruby #DB0271
Tints of Ruby #DB0271
RGB
CMYK
RGB Variations
Color information
#DB0271 (or 0xDB0271) is known color: Ruby. HEX triplet: DB, 02 and 71. RGB value is (219,2,113). Sum of RGB (Red+Green+Blue) = 219+2+113=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0271 is #24FD8E. Grayscale: #4F4F4F. Windows color (decimal): -2424207 or 7406299. OLE color: 7406299.
HSL color Cylindrical-coordinate representation of color #DB0271: hue angle of 329.31º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0271 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.14 |
| HSL | 329.31º | 0.98% | 0.43% | - |
| HSV(B) | 329.31º | 0.99% | 0.86% | - |
| XYZ | 32.22 | 16.3 | 17.07 | - |
| YUV | 79.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 113 | 0 | 0.99 | 0.48 | 0.14 | 329.31 | 0.98 | 0.43 |
| Hex | DB | 2 | 71 | 0 | 63 | 30 | E | 149 | 62 | 2B |
| Octal | 333 | 2 | 161 | 0 | 143 | 60 | 16 | 511 | 142 | 53 |
| Binary | 11011011 | 10 | 1110001 | 0 | 1100011 | 110000 | 1110 | 101001001 | 1100010 | 101011 |
Color Harmonies of #DB0271
Complementary color
Monochromatic Colors of #DB0271
Black with #DB0271
Text Example
Text Example
White with #DB0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0271; }
p { color: rgb(219,2,113); }
H1.HeaderClassName
{
color: #DB0271;
}
.AnyTagClassName
{
color: #DB0271;
}
</style>
background-color css
<style>
a { background-color: #DB0271; }
a { background-color: rgb(219,2,113); }
div.DivClassName
{
background-color: #DB0271;
}
.BgClassName
{
background-color: #DB0271;
}
</style>
border-color css
<style>
span { border-color: #DB0271; }
span { border-color: rgb(219,2,113); }
td.TdClassName
{
border-color: #DB0271;
}
.TagClassName
{
border-color: #DB0271;
}
</style>