Shades of Ruby #DB1471
Tints of Ruby #DB1471
RGB
CMYK
RGB Variations
Color information
#DB1471 (or 0xDB1471) is known color: Ruby. HEX triplet: DB, 14 and 71. RGB value is (219,20,113). Sum of RGB (Red+Green+Blue) = 219+20+113=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1471 is #24EB8E. Grayscale: #595959. Windows color (decimal): -2419599 or 7410907. OLE color: 7410907.
HSL color Cylindrical-coordinate representation of color #DB1471: hue angle of 331.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1471 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 113 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.14 |
| HSL | 331.96º | 0.83% | 0.47% | - |
| HSV(B) | 331.96º | 0.91% | 0.86% | - |
| XYZ | 32.44 | 16.75 | 17.15 | - |
| YUV | 90.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 113 | 0 | 0.91 | 0.48 | 0.14 | 331.96 | 0.83 | 0.47 |
| Hex | DB | 14 | 71 | 0 | 5B | 30 | E | 14C | 53 | 2F |
| Octal | 333 | 24 | 161 | 0 | 133 | 60 | 16 | 514 | 123 | 57 |
| Binary | 11011011 | 10100 | 1110001 | 0 | 1011011 | 110000 | 1110 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DB1471
Complementary color
Monochromatic Colors of #DB1471
Black with #DB1471
Text Example
Text Example
White with #DB1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1471; }
p { color: rgb(219,20,113); }
H1.HeaderClassName
{
color: #DB1471;
}
.AnyTagClassName
{
color: #DB1471;
}
</style>
background-color css
<style>
a { background-color: #DB1471; }
a { background-color: rgb(219,20,113); }
div.DivClassName
{
background-color: #DB1471;
}
.BgClassName
{
background-color: #DB1471;
}
</style>
border-color css
<style>
span { border-color: #DB1471; }
span { border-color: rgb(219,20,113); }
td.TdClassName
{
border-color: #DB1471;
}
.TagClassName
{
border-color: #DB1471;
}
</style>