Shades of Ruby #DB0F5D
Tints of Ruby #DB0F5D
RGB
CMYK
RGB Variations
Color information
#DB0F5D (or 0xDB0F5D) is known color: Ruby. HEX triplet: DB, 0F and 5D. RGB value is (219,15,93). Sum of RGB (Red+Green+Blue) = 219+15+93=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F5D is #24F0A2. Grayscale: #545454. Windows color (decimal): -2420899 or 6098907. OLE color: 6098907.
HSL color Cylindrical-coordinate representation of color #DB0F5D: hue angle of 337.06º 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 #DB0F5D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 93 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.14 |
| HSL | 337.06º | 0.87% | 0.46% | - |
| HSV(B) | 337.06º | 0.93% | 0.86% | - |
| XYZ | 31.36 | 16.19 | 11.83 | - |
| YUV | 84.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 93 | 0 | 0.93 | 0.58 | 0.14 | 337.06 | 0.87 | 0.46 |
| Hex | DB | F | 5D | 0 | 5D | 3A | E | 151 | 57 | 2E |
| Octal | 333 | 17 | 135 | 0 | 135 | 72 | 16 | 521 | 127 | 56 |
| Binary | 11011011 | 1111 | 1011101 | 0 | 1011101 | 111010 | 1110 | 101010001 | 1010111 | 101110 |
Color Harmonies of #DB0F5D
Complementary color
Monochromatic Colors of #DB0F5D
Black with #DB0F5D
Text Example
Text Example
White with #DB0F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F5D; }
p { color: rgb(219,15,93); }
H1.HeaderClassName
{
color: #DB0F5D;
}
.AnyTagClassName
{
color: #DB0F5D;
}
</style>
background-color css
<style>
a { background-color: #DB0F5D; }
a { background-color: rgb(219,15,93); }
div.DivClassName
{
background-color: #DB0F5D;
}
.BgClassName
{
background-color: #DB0F5D;
}
</style>
border-color css
<style>
span { border-color: #DB0F5D; }
span { border-color: rgb(219,15,93); }
td.TdClassName
{
border-color: #DB0F5D;
}
.TagClassName
{
border-color: #DB0F5D;
}
</style>