Shades of Ruby #DB2067
Tints of Ruby #DB2067
RGB
CMYK
RGB Variations
Color information
#DB2067 (or 0xDB2067) is known color: Ruby. HEX triplet: DB, 20 and 67. RGB value is (219,32,103). Sum of RGB (Red+Green+Blue) = 219+32+103=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2067 is #24DF98. Grayscale: #5F5F5F. Windows color (decimal): -2416537 or 6758619. OLE color: 6758619.
HSL color Cylindrical-coordinate representation of color #DB2067: hue angle of 337.22º 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 #DB2067 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 103 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 337.22º | 0.75% | 0.49% | - |
| HSV(B) | 337.22º | 0.85% | 0.86% | - |
| XYZ | 32.18 | 17.07 | 14.43 | - |
| YUV | 96.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 103 | 0 | 0.85 | 0.53 | 0.14 | 337.22 | 0.75 | 0.49 |
| Hex | DB | 20 | 67 | 0 | 55 | 35 | E | 151 | 4B | 31 |
| Octal | 333 | 40 | 147 | 0 | 125 | 65 | 16 | 521 | 113 | 61 |
| Binary | 11011011 | 100000 | 1100111 | 0 | 1010101 | 110101 | 1110 | 101010001 | 1001011 | 110001 |
Color Harmonies of #DB2067
Complementary color
Monochromatic Colors of #DB2067
Black with #DB2067
Text Example
Text Example
White with #DB2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2067; }
p { color: rgb(219,32,103); }
H1.HeaderClassName
{
color: #DB2067;
}
.AnyTagClassName
{
color: #DB2067;
}
</style>
background-color css
<style>
a { background-color: #DB2067; }
a { background-color: rgb(219,32,103); }
div.DivClassName
{
background-color: #DB2067;
}
.BgClassName
{
background-color: #DB2067;
}
</style>
border-color css
<style>
span { border-color: #DB2067; }
span { border-color: rgb(219,32,103); }
td.TdClassName
{
border-color: #DB2067;
}
.TagClassName
{
border-color: #DB2067;
}
</style>