Shades of Ruby #DB1862
Tints of Ruby #DB1862
RGB
CMYK
RGB Variations
Color information
#DB1862 (or 0xDB1862) is known color: Ruby. HEX triplet: DB, 18 and 62. RGB value is (219,24,98). Sum of RGB (Red+Green+Blue) = 219+24+98=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1862 is #24E79D. Grayscale: #5A5A5A. Windows color (decimal): -2418590 or 6428891. OLE color: 6428891.
HSL color Cylindrical-coordinate representation of color #DB1862: hue angle of 337.23º 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 #DB1862 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 98 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.14 |
| HSL | 337.23º | 0.8% | 0.48% | - |
| HSV(B) | 337.23º | 0.89% | 0.86% | - |
| XYZ | 31.74 | 16.6 | 13.09 | - |
| YUV | 90.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 98 | 0 | 0.89 | 0.55 | 0.14 | 337.23 | 0.8 | 0.48 |
| Hex | DB | 18 | 62 | 0 | 59 | 37 | E | 151 | 50 | 30 |
| Octal | 333 | 30 | 142 | 0 | 131 | 67 | 16 | 521 | 120 | 60 |
| Binary | 11011011 | 11000 | 1100010 | 0 | 1011001 | 110111 | 1110 | 101010001 | 1010000 | 110000 |
Color Harmonies of #DB1862
Complementary color
Monochromatic Colors of #DB1862
Black with #DB1862
Text Example
Text Example
White with #DB1862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1862; }
p { color: rgb(219,24,98); }
H1.HeaderClassName
{
color: #DB1862;
}
.AnyTagClassName
{
color: #DB1862;
}
</style>
background-color css
<style>
a { background-color: #DB1862; }
a { background-color: rgb(219,24,98); }
div.DivClassName
{
background-color: #DB1862;
}
.BgClassName
{
background-color: #DB1862;
}
</style>
border-color css
<style>
span { border-color: #DB1862; }
span { border-color: rgb(219,24,98); }
td.TdClassName
{
border-color: #DB1862;
}
.TagClassName
{
border-color: #DB1862;
}
</style>