Shades of Ruby #DB2070
Tints of Ruby #DB2070
RGB
CMYK
RGB Variations
Color information
#DB2070 (or 0xDB2070) is known color: Ruby. HEX triplet: DB, 20 and 70. RGB value is (219,32,112). Sum of RGB (Red+Green+Blue) = 219+32+112=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2070 is #24DF8F. Grayscale: #606060. Windows color (decimal): -2416528 or 7348443. OLE color: 7348443.
HSL color Cylindrical-coordinate representation of color #DB2070: hue angle of 334.33º 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 #DB2070 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 112 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.14 |
| HSL | 334.33º | 0.75% | 0.49% | - |
| HSV(B) | 334.33º | 0.85% | 0.86% | - |
| XYZ | 32.65 | 17.26 | 16.94 | - |
| YUV | 97.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 112 | 0 | 0.85 | 0.49 | 0.14 | 334.33 | 0.75 | 0.49 |
| Hex | DB | 20 | 70 | 0 | 55 | 31 | E | 14E | 4B | 31 |
| Octal | 333 | 40 | 160 | 0 | 125 | 61 | 16 | 516 | 113 | 61 |
| Binary | 11011011 | 100000 | 1110000 | 0 | 1010101 | 110001 | 1110 | 101001110 | 1001011 | 110001 |
Color Harmonies of #DB2070
Complementary color
Monochromatic Colors of #DB2070
Black with #DB2070
Text Example
Text Example
White with #DB2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2070; }
p { color: rgb(219,32,112); }
H1.HeaderClassName
{
color: #DB2070;
}
.AnyTagClassName
{
color: #DB2070;
}
</style>
background-color css
<style>
a { background-color: #DB2070; }
a { background-color: rgb(219,32,112); }
div.DivClassName
{
background-color: #DB2070;
}
.BgClassName
{
background-color: #DB2070;
}
</style>
border-color css
<style>
span { border-color: #DB2070; }
span { border-color: rgb(219,32,112); }
td.TdClassName
{
border-color: #DB2070;
}
.TagClassName
{
border-color: #DB2070;
}
</style>