Shades of Ruby #DB2068
Tints of Ruby #DB2068
RGB
CMYK
RGB Variations
Color information
#DB2068 (or 0xDB2068) is known color: Ruby. HEX triplet: DB, 20 and 68. RGB value is (219,32,104). Sum of RGB (Red+Green+Blue) = 219+32+104=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2068 is #24DF97. Grayscale: #606060. Windows color (decimal): -2416536 or 6824155. OLE color: 6824155.
HSL color Cylindrical-coordinate representation of color #DB2068: hue angle of 336.9º 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 #DB2068 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 104 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 336.9º | 0.75% | 0.49% | - |
| HSV(B) | 336.9º | 0.85% | 0.86% | - |
| XYZ | 32.23 | 17.09 | 14.7 | - |
| YUV | 96.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 104 | 0 | 0.85 | 0.53 | 0.14 | 336.9 | 0.75 | 0.49 |
| Hex | DB | 20 | 68 | 0 | 55 | 35 | E | 151 | 4B | 31 |
| Octal | 333 | 40 | 150 | 0 | 125 | 65 | 16 | 521 | 113 | 61 |
| Binary | 11011011 | 100000 | 1101000 | 0 | 1010101 | 110101 | 1110 | 101010001 | 1001011 | 110001 |
Color Harmonies of #DB2068
Complementary color
Monochromatic Colors of #DB2068
Black with #DB2068
Text Example
Text Example
White with #DB2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2068; }
p { color: rgb(219,32,104); }
H1.HeaderClassName
{
color: #DB2068;
}
.AnyTagClassName
{
color: #DB2068;
}
</style>
background-color css
<style>
a { background-color: #DB2068; }
a { background-color: rgb(219,32,104); }
div.DivClassName
{
background-color: #DB2068;
}
.BgClassName
{
background-color: #DB2068;
}
</style>
border-color css
<style>
span { border-color: #DB2068; }
span { border-color: rgb(219,32,104); }
td.TdClassName
{
border-color: #DB2068;
}
.TagClassName
{
border-color: #DB2068;
}
</style>