Shades of Ruby #DB1871
Tints of Ruby #DB1871
RGB
CMYK
RGB Variations
Color information
#DB1871 (or 0xDB1871) is known color: Ruby. HEX triplet: DB, 18 and 71. RGB value is (219,24,113). Sum of RGB (Red+Green+Blue) = 219+24+113=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1871 is #24E78E. Grayscale: #5C5C5C. Windows color (decimal): -2418575 or 7411931. OLE color: 7411931.
HSL color Cylindrical-coordinate representation of color #DB1871: hue angle of 332.62º 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 #DB1871 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 113 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.14 |
| HSL | 332.62º | 0.8% | 0.48% | - |
| HSV(B) | 332.62º | 0.89% | 0.86% | - |
| XYZ | 32.52 | 16.91 | 17.17 | - |
| YUV | 92.45 | 139.6 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 113 | 0 | 0.89 | 0.48 | 0.14 | 332.62 | 0.8 | 0.48 |
| Hex | DB | 18 | 71 | 0 | 59 | 30 | E | 14D | 50 | 30 |
| Octal | 333 | 30 | 161 | 0 | 131 | 60 | 16 | 515 | 120 | 60 |
| Binary | 11011011 | 11000 | 1110001 | 0 | 1011001 | 110000 | 1110 | 101001101 | 1010000 | 110000 |
Color Harmonies of #DB1871
Complementary color
Monochromatic Colors of #DB1871
Black with #DB1871
Text Example
Text Example
White with #DB1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1871; }
p { color: rgb(219,24,113); }
H1.HeaderClassName
{
color: #DB1871;
}
.AnyTagClassName
{
color: #DB1871;
}
</style>
background-color css
<style>
a { background-color: #DB1871; }
a { background-color: rgb(219,24,113); }
div.DivClassName
{
background-color: #DB1871;
}
.BgClassName
{
background-color: #DB1871;
}
</style>
border-color css
<style>
span { border-color: #DB1871; }
span { border-color: rgb(219,24,113); }
td.TdClassName
{
border-color: #DB1871;
}
.TagClassName
{
border-color: #DB1871;
}
</style>