Shades of Ruby #DB0F72
Tints of Ruby #DB0F72
RGB
CMYK
RGB Variations
Color information
#DB0F72 (or 0xDB0F72) is known color: Ruby. HEX triplet: DB, 0F and 72. RGB value is (219,15,114). Sum of RGB (Red+Green+Blue) = 219+15+114=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F72 is #24F08D. Grayscale: #575757. Windows color (decimal): -2420878 or 7475163. OLE color: 7475163.
HSL color Cylindrical-coordinate representation of color #DB0F72: hue angle of 330.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F72 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 114 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.14 |
| HSL | 330.88º | 0.87% | 0.46% | - |
| HSV(B) | 330.88º | 0.93% | 0.86% | - |
| XYZ | 32.42 | 16.62 | 17.42 | - |
| YUV | 87.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 114 | 0 | 0.93 | 0.48 | 0.14 | 330.88 | 0.87 | 0.46 |
| Hex | DB | F | 72 | 0 | 5D | 30 | E | 14B | 57 | 2E |
| Octal | 333 | 17 | 162 | 0 | 135 | 60 | 16 | 513 | 127 | 56 |
| Binary | 11011011 | 1111 | 1110010 | 0 | 1011101 | 110000 | 1110 | 101001011 | 1010111 | 101110 |
Color Harmonies of #DB0F72
Complementary color
Monochromatic Colors of #DB0F72
Black with #DB0F72
Text Example
Text Example
White with #DB0F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F72; }
p { color: rgb(219,15,114); }
H1.HeaderClassName
{
color: #DB0F72;
}
.AnyTagClassName
{
color: #DB0F72;
}
</style>
background-color css
<style>
a { background-color: #DB0F72; }
a { background-color: rgb(219,15,114); }
div.DivClassName
{
background-color: #DB0F72;
}
.BgClassName
{
background-color: #DB0F72;
}
</style>
border-color css
<style>
span { border-color: #DB0F72; }
span { border-color: rgb(219,15,114); }
td.TdClassName
{
border-color: #DB0F72;
}
.TagClassName
{
border-color: #DB0F72;
}
</style>