Shades of Ruby #DB2062
Tints of Ruby #DB2062
RGB
CMYK
RGB Variations
Color information
#DB2062 (or 0xDB2062) is known color: Ruby. HEX triplet: DB, 20 and 62. RGB value is (219,32,98). Sum of RGB (Red+Green+Blue) = 219+32+98=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2062 is #24DF9D. Grayscale: #5F5F5F. Windows color (decimal): -2416542 or 6430939. OLE color: 6430939.
HSL color Cylindrical-coordinate representation of color #DB2062: hue angle of 338.82º 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 #DB2062 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 98 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.14 |
| HSL | 338.82º | 0.75% | 0.49% | - |
| HSV(B) | 338.82º | 0.85% | 0.86% | - |
| XYZ | 31.93 | 16.97 | 13.15 | - |
| YUV | 95.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 98 | 0 | 0.85 | 0.55 | 0.14 | 338.82 | 0.75 | 0.49 |
| Hex | DB | 20 | 62 | 0 | 55 | 37 | E | 153 | 4B | 31 |
| Octal | 333 | 40 | 142 | 0 | 125 | 67 | 16 | 523 | 113 | 61 |
| Binary | 11011011 | 100000 | 1100010 | 0 | 1010101 | 110111 | 1110 | 101010011 | 1001011 | 110001 |
Color Harmonies of #DB2062
Complementary color
Monochromatic Colors of #DB2062
Black with #DB2062
Text Example
Text Example
White with #DB2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2062; }
p { color: rgb(219,32,98); }
H1.HeaderClassName
{
color: #DB2062;
}
.AnyTagClassName
{
color: #DB2062;
}
</style>
background-color css
<style>
a { background-color: #DB2062; }
a { background-color: rgb(219,32,98); }
div.DivClassName
{
background-color: #DB2062;
}
.BgClassName
{
background-color: #DB2062;
}
</style>
border-color css
<style>
span { border-color: #DB2062; }
span { border-color: rgb(219,32,98); }
td.TdClassName
{
border-color: #DB2062;
}
.TagClassName
{
border-color: #DB2062;
}
</style>