Shades of Ruby #DB1577
Tints of Ruby #DB1577
RGB
CMYK
RGB Variations
Color information
#DB1577 (or 0xDB1577) is known color: Ruby. HEX triplet: DB, 15 and 77. RGB value is (219,21,119). Sum of RGB (Red+Green+Blue) = 219+21+119=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1577 is #24EA88. Grayscale: #5B5B5B. Windows color (decimal): -2419337 or 7804379. OLE color: 7804379.
HSL color Cylindrical-coordinate representation of color #DB1577: hue angle of 330.3º 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 #DB1577 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 119 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.14 |
| HSL | 330.3º | 0.83% | 0.47% | - |
| HSV(B) | 330.3º | 0.9% | 0.86% | - |
| XYZ | 32.81 | 16.93 | 18.99 | - |
| YUV | 91.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 119 | 0 | 0.90 | 0.46 | 0.14 | 330.3 | 0.83 | 0.47 |
| Hex | DB | 15 | 77 | 0 | 5A | 2E | E | 14A | 52 | 2F |
| Octal | 333 | 25 | 167 | 0 | 132 | 56 | 16 | 512 | 122 | 57 |
| Binary | 11011011 | 10101 | 1110111 | 0 | 1011010 | 101110 | 1110 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DB1577
Complementary color
Monochromatic Colors of #DB1577
Black with #DB1577
Text Example
Text Example
White with #DB1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1577; }
p { color: rgb(219,21,119); }
H1.HeaderClassName
{
color: #DB1577;
}
.AnyTagClassName
{
color: #DB1577;
}
</style>
background-color css
<style>
a { background-color: #DB1577; }
a { background-color: rgb(219,21,119); }
div.DivClassName
{
background-color: #DB1577;
}
.BgClassName
{
background-color: #DB1577;
}
</style>
border-color css
<style>
span { border-color: #DB1577; }
span { border-color: rgb(219,21,119); }
td.TdClassName
{
border-color: #DB1577;
}
.TagClassName
{
border-color: #DB1577;
}
</style>