Shades of Ruby #DB0F56
Tints of Ruby #DB0F56
RGB
CMYK
RGB Variations
Color information
#DB0F56 (or 0xDB0F56) is known color: Ruby. HEX triplet: DB, 0F and 56. RGB value is (219,15,86). Sum of RGB (Red+Green+Blue) = 219+15+86=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F56 is #24F0A9. Grayscale: #545454. Windows color (decimal): -2420906 or 5640155. OLE color: 5640155.
HSL color Cylindrical-coordinate representation of color #DB0F56: hue angle of 339.12º 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 #DB0F56 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.14 |
| HSL | 339.12º | 0.87% | 0.46% | - |
| HSV(B) | 339.12º | 0.93% | 0.86% | - |
| XYZ | 31.06 | 16.07 | 10.27 | - |
| YUV | 84.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 86 | 0 | 0.93 | 0.61 | 0.14 | 339.12 | 0.87 | 0.46 |
| Hex | DB | F | 56 | 0 | 5D | 3D | E | 153 | 57 | 2E |
| Octal | 333 | 17 | 126 | 0 | 135 | 75 | 16 | 523 | 127 | 56 |
| Binary | 11011011 | 1111 | 1010110 | 0 | 1011101 | 111101 | 1110 | 101010011 | 1010111 | 101110 |
Color Harmonies of #DB0F56
Complementary color
Monochromatic Colors of #DB0F56
Black with #DB0F56
Text Example
Text Example
White with #DB0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F56; }
p { color: rgb(219,15,86); }
H1.HeaderClassName
{
color: #DB0F56;
}
.AnyTagClassName
{
color: #DB0F56;
}
</style>
background-color css
<style>
a { background-color: #DB0F56; }
a { background-color: rgb(219,15,86); }
div.DivClassName
{
background-color: #DB0F56;
}
.BgClassName
{
background-color: #DB0F56;
}
</style>
border-color css
<style>
span { border-color: #DB0F56; }
span { border-color: rgb(219,15,86); }
td.TdClassName
{
border-color: #DB0F56;
}
.TagClassName
{
border-color: #DB0F56;
}
</style>