Shades of Ruby #DB2066
Tints of Ruby #DB2066
RGB
CMYK
RGB Variations
Color information
#DB2066 (or 0xDB2066) is known color: Ruby. HEX triplet: DB, 20 and 66. RGB value is (219,32,102). Sum of RGB (Red+Green+Blue) = 219+32+102=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2066 is #24DF99. Grayscale: #5F5F5F. Windows color (decimal): -2416538 or 6693083. OLE color: 6693083.
HSL color Cylindrical-coordinate representation of color #DB2066: hue angle of 337.54º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2066 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 102 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 337.54º | 0.75% | 0.49% | - |
| HSV(B) | 337.54º | 0.85% | 0.86% | - |
| XYZ | 32.13 | 17.05 | 14.17 | - |
| YUV | 95.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 102 | 0 | 0.85 | 0.53 | 0.14 | 337.54 | 0.75 | 0.49 |
| Hex | DB | 20 | 66 | 0 | 55 | 35 | E | 152 | 4B | 31 |
| Octal | 333 | 40 | 146 | 0 | 125 | 65 | 16 | 522 | 113 | 61 |
| Binary | 11011011 | 100000 | 1100110 | 0 | 1010101 | 110101 | 1110 | 101010010 | 1001011 | 110001 |
Color Harmonies of #DB2066
Complementary color
Monochromatic Colors of #DB2066
Black with #DB2066
Text Example
Text Example
White with #DB2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2066; }
p { color: rgb(219,32,102); }
H1.HeaderClassName
{
color: #DB2066;
}
.AnyTagClassName
{
color: #DB2066;
}
</style>
background-color css
<style>
a { background-color: #DB2066; }
a { background-color: rgb(219,32,102); }
div.DivClassName
{
background-color: #DB2066;
}
.BgClassName
{
background-color: #DB2066;
}
</style>
border-color css
<style>
span { border-color: #DB2066; }
span { border-color: rgb(219,32,102); }
td.TdClassName
{
border-color: #DB2066;
}
.TagClassName
{
border-color: #DB2066;
}
</style>