Shades of Ruby #DB1C76
Tints of Ruby #DB1C76
RGB
CMYK
RGB Variations
Color information
#DB1C76 (or 0xDB1C76) is known color: Ruby. HEX triplet: DB, 1C and 76. RGB value is (219,28,118). Sum of RGB (Red+Green+Blue) = 219+28+118=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C76 is #24E389. Grayscale: #5F5F5F. Windows color (decimal): -2417546 or 7740635. OLE color: 7740635.
HSL color Cylindrical-coordinate representation of color #DB1C76: hue angle of 331.73º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C76 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 118 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.14 |
| HSL | 331.73º | 0.77% | 0.48% | - |
| HSV(B) | 331.73º | 0.87% | 0.86% | - |
| XYZ | 32.9 | 17.2 | 18.73 | - |
| YUV | 95.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 118 | 0 | 0.87 | 0.46 | 0.14 | 331.73 | 0.77 | 0.48 |
| Hex | DB | 1C | 76 | 0 | 57 | 2E | E | 14C | 4D | 30 |
| Octal | 333 | 34 | 166 | 0 | 127 | 56 | 16 | 514 | 115 | 60 |
| Binary | 11011011 | 11100 | 1110110 | 0 | 1010111 | 101110 | 1110 | 101001100 | 1001101 | 110000 |
Color Harmonies of #DB1C76
Complementary color
Monochromatic Colors of #DB1C76
Black with #DB1C76
Text Example
Text Example
White with #DB1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C76; }
p { color: rgb(219,28,118); }
H1.HeaderClassName
{
color: #DB1C76;
}
.AnyTagClassName
{
color: #DB1C76;
}
</style>
background-color css
<style>
a { background-color: #DB1C76; }
a { background-color: rgb(219,28,118); }
div.DivClassName
{
background-color: #DB1C76;
}
.BgClassName
{
background-color: #DB1C76;
}
</style>
border-color css
<style>
span { border-color: #DB1C76; }
span { border-color: rgb(219,28,118); }
td.TdClassName
{
border-color: #DB1C76;
}
.TagClassName
{
border-color: #DB1C76;
}
</style>