Shades of Ruby #DB1873
Tints of Ruby #DB1873
RGB
CMYK
RGB Variations
Color information
#DB1873 (or 0xDB1873) is known color: Ruby. HEX triplet: DB, 18 and 73. RGB value is (219,24,115). Sum of RGB (Red+Green+Blue) = 219+24+115=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1873 is #24E78C. Grayscale: #5C5C5C. Windows color (decimal): -2418573 or 7543003. OLE color: 7543003.
HSL color Cylindrical-coordinate representation of color #DB1873: hue angle of 332º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1873 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 115 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.14 |
| HSL | 332º | 0.8% | 0.48% | - |
| HSV(B) | 332º | 0.89% | 0.86% | - |
| XYZ | 32.63 | 16.95 | 17.77 | - |
| YUV | 92.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 115 | 0 | 0.89 | 0.47 | 0.14 | 332 | 0.8 | 0.48 |
| Hex | DB | 18 | 73 | 0 | 59 | 2F | E | 14C | 50 | 30 |
| Octal | 333 | 30 | 163 | 0 | 131 | 57 | 16 | 514 | 120 | 60 |
| Binary | 11011011 | 11000 | 1110011 | 0 | 1011001 | 101111 | 1110 | 101001100 | 1010000 | 110000 |
Color Harmonies of #DB1873
Complementary color
Monochromatic Colors of #DB1873
Black with #DB1873
Text Example
Text Example
White with #DB1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1873; }
p { color: rgb(219,24,115); }
H1.HeaderClassName
{
color: #DB1873;
}
.AnyTagClassName
{
color: #DB1873;
}
</style>
background-color css
<style>
a { background-color: #DB1873; }
a { background-color: rgb(219,24,115); }
div.DivClassName
{
background-color: #DB1873;
}
.BgClassName
{
background-color: #DB1873;
}
</style>
border-color css
<style>
span { border-color: #DB1873; }
span { border-color: rgb(219,24,115); }
td.TdClassName
{
border-color: #DB1873;
}
.TagClassName
{
border-color: #DB1873;
}
</style>