Shades of Ruby #DB1677
Tints of Ruby #DB1677
RGB
CMYK
RGB Variations
Color information
#DB1677 (or 0xDB1677) is known color: Ruby. HEX triplet: DB, 16 and 77. RGB value is (219,22,119). Sum of RGB (Red+Green+Blue) = 219+22+119=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1677 is #24E988. Grayscale: #5B5B5B. Windows color (decimal): -2419081 or 7804635. OLE color: 7804635.
HSL color Cylindrical-coordinate representation of color #DB1677: hue angle of 330.46º 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 #DB1677 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 119 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.14 |
| HSL | 330.46º | 0.82% | 0.47% | - |
| HSV(B) | 330.46º | 0.9% | 0.86% | - |
| XYZ | 32.83 | 16.97 | 19 | - |
| YUV | 91.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 119 | 0 | 0.90 | 0.46 | 0.14 | 330.46 | 0.82 | 0.47 |
| Hex | DB | 16 | 77 | 0 | 5A | 2E | E | 14A | 52 | 2F |
| Octal | 333 | 26 | 167 | 0 | 132 | 56 | 16 | 512 | 122 | 57 |
| Binary | 11011011 | 10110 | 1110111 | 0 | 1011010 | 101110 | 1110 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DB1677
Complementary color
Monochromatic Colors of #DB1677
Black with #DB1677
Text Example
Text Example
White with #DB1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1677; }
p { color: rgb(219,22,119); }
H1.HeaderClassName
{
color: #DB1677;
}
.AnyTagClassName
{
color: #DB1677;
}
</style>
background-color css
<style>
a { background-color: #DB1677; }
a { background-color: rgb(219,22,119); }
div.DivClassName
{
background-color: #DB1677;
}
.BgClassName
{
background-color: #DB1677;
}
</style>
border-color css
<style>
span { border-color: #DB1677; }
span { border-color: rgb(219,22,119); }
td.TdClassName
{
border-color: #DB1677;
}
.TagClassName
{
border-color: #DB1677;
}
</style>