Shades of Ruby #DB1B76
Tints of Ruby #DB1B76
RGB
CMYK
RGB Variations
Color information
#DB1B76 (or 0xDB1B76) is known color: Ruby. HEX triplet: DB, 1B and 76. RGB value is (219,27,118). Sum of RGB (Red+Green+Blue) = 219+27+118=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B76 is #24E489. Grayscale: #5E5E5E. Windows color (decimal): -2417802 or 7740379. OLE color: 7740379.
HSL color Cylindrical-coordinate representation of color #DB1B76: hue angle of 331.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B76 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 118 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.14 |
| HSL | 331.56º | 0.78% | 0.48% | - |
| HSV(B) | 331.56º | 0.88% | 0.86% | - |
| XYZ | 32.88 | 17.15 | 18.72 | - |
| YUV | 94.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 118 | 0 | 0.88 | 0.46 | 0.14 | 331.56 | 0.78 | 0.48 |
| Hex | DB | 1B | 76 | 0 | 58 | 2E | E | 14C | 4E | 30 |
| Octal | 333 | 33 | 166 | 0 | 130 | 56 | 16 | 514 | 116 | 60 |
| Binary | 11011011 | 11011 | 1110110 | 0 | 1011000 | 101110 | 1110 | 101001100 | 1001110 | 110000 |
Color Harmonies of #DB1B76
Complementary color
Monochromatic Colors of #DB1B76
Black with #DB1B76
Text Example
Text Example
White with #DB1B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B76; }
p { color: rgb(219,27,118); }
H1.HeaderClassName
{
color: #DB1B76;
}
.AnyTagClassName
{
color: #DB1B76;
}
</style>
background-color css
<style>
a { background-color: #DB1B76; }
a { background-color: rgb(219,27,118); }
div.DivClassName
{
background-color: #DB1B76;
}
.BgClassName
{
background-color: #DB1B76;
}
</style>
border-color css
<style>
span { border-color: #DB1B76; }
span { border-color: rgb(219,27,118); }
td.TdClassName
{
border-color: #DB1B76;
}
.TagClassName
{
border-color: #DB1B76;
}
</style>