Shades of Ruby #DB1662
Tints of Ruby #DB1662
RGB
CMYK
RGB Variations
Color information
#DB1662 (or 0xDB1662) is known color: Ruby. HEX triplet: DB, 16 and 62. RGB value is (219,22,98). Sum of RGB (Red+Green+Blue) = 219+22+98=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1662 is #24E99D. Grayscale: #595959. Windows color (decimal): -2419102 or 6428379. OLE color: 6428379.
HSL color Cylindrical-coordinate representation of color #DB1662: hue angle of 336.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1662 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 98 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.14 |
| HSL | 336.85º | 0.82% | 0.47% | - |
| HSV(B) | 336.85º | 0.9% | 0.86% | - |
| XYZ | 31.7 | 16.52 | 13.07 | - |
| YUV | 89.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 98 | 0 | 0.90 | 0.55 | 0.14 | 336.85 | 0.82 | 0.47 |
| Hex | DB | 16 | 62 | 0 | 5A | 37 | E | 151 | 52 | 2F |
| Octal | 333 | 26 | 142 | 0 | 132 | 67 | 16 | 521 | 122 | 57 |
| Binary | 11011011 | 10110 | 1100010 | 0 | 1011010 | 110111 | 1110 | 101010001 | 1010010 | 101111 |
Color Harmonies of #DB1662
Complementary color
Monochromatic Colors of #DB1662
Black with #DB1662
Text Example
Text Example
White with #DB1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1662; }
p { color: rgb(219,22,98); }
H1.HeaderClassName
{
color: #DB1662;
}
.AnyTagClassName
{
color: #DB1662;
}
</style>
background-color css
<style>
a { background-color: #DB1662; }
a { background-color: rgb(219,22,98); }
div.DivClassName
{
background-color: #DB1662;
}
.BgClassName
{
background-color: #DB1662;
}
</style>
border-color css
<style>
span { border-color: #DB1662; }
span { border-color: rgb(219,22,98); }
td.TdClassName
{
border-color: #DB1662;
}
.TagClassName
{
border-color: #DB1662;
}
</style>