Shades of Ruby #DB1671
Tints of Ruby #DB1671
RGB
CMYK
RGB Variations
Color information
#DB1671 (or 0xDB1671) is known color: Ruby. HEX triplet: DB, 16 and 71. RGB value is (219,22,113). Sum of RGB (Red+Green+Blue) = 219+22+113=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1671 is #24E98E. Grayscale: #5B5B5B. Windows color (decimal): -2419087 or 7411419. OLE color: 7411419.
HSL color Cylindrical-coordinate representation of color #DB1671: hue angle of 332.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1671 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.14 |
| HSL | 332.28º | 0.82% | 0.47% | - |
| HSV(B) | 332.28º | 0.9% | 0.86% | - |
| XYZ | 32.48 | 16.83 | 17.16 | - |
| YUV | 91.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 113 | 0 | 0.90 | 0.48 | 0.14 | 332.28 | 0.82 | 0.47 |
| Hex | DB | 16 | 71 | 0 | 5A | 30 | E | 14C | 52 | 2F |
| Octal | 333 | 26 | 161 | 0 | 132 | 60 | 16 | 514 | 122 | 57 |
| Binary | 11011011 | 10110 | 1110001 | 0 | 1011010 | 110000 | 1110 | 101001100 | 1010010 | 101111 |
Color Harmonies of #DB1671
Complementary color
Monochromatic Colors of #DB1671
Black with #DB1671
Text Example
Text Example
White with #DB1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1671; }
p { color: rgb(219,22,113); }
H1.HeaderClassName
{
color: #DB1671;
}
.AnyTagClassName
{
color: #DB1671;
}
</style>
background-color css
<style>
a { background-color: #DB1671; }
a { background-color: rgb(219,22,113); }
div.DivClassName
{
background-color: #DB1671;
}
.BgClassName
{
background-color: #DB1671;
}
</style>
border-color css
<style>
span { border-color: #DB1671; }
span { border-color: rgb(219,22,113); }
td.TdClassName
{
border-color: #DB1671;
}
.TagClassName
{
border-color: #DB1671;
}
</style>