Shades of Ruby #DB105F
Tints of Ruby #DB105F
RGB
CMYK
RGB Variations
Color information
#DB105F (or 0xDB105F) is known color: Ruby. HEX triplet: DB, 10 and 5F. RGB value is (219,16,95). Sum of RGB (Red+Green+Blue) = 219+16+95=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB105F is #24EFA0. Grayscale: #555555. Windows color (decimal): -2420641 or 6230235. OLE color: 6230235.
HSL color Cylindrical-coordinate representation of color #DB105F: hue angle of 336.65º degrees, saturation: 0.86, 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 #DB105F is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 95 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.14 |
| HSL | 336.65º | 0.86% | 0.46% | - |
| HSV(B) | 336.65º | 0.93% | 0.86% | - |
| XYZ | 31.46 | 16.26 | 12.31 | - |
| YUV | 85.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 95 | 0 | 0.93 | 0.57 | 0.14 | 336.65 | 0.86 | 0.46 |
| Hex | DB | 10 | 5F | 0 | 5D | 39 | E | 151 | 56 | 2E |
| Octal | 333 | 20 | 137 | 0 | 135 | 71 | 16 | 521 | 126 | 56 |
| Binary | 11011011 | 10000 | 1011111 | 0 | 1011101 | 111001 | 1110 | 101010001 | 1010110 | 101110 |
Color Harmonies of #DB105F
Complementary color
Monochromatic Colors of #DB105F
Black with #DB105F
Text Example
Text Example
White with #DB105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB105F; }
p { color: rgb(219,16,95); }
H1.HeaderClassName
{
color: #DB105F;
}
.AnyTagClassName
{
color: #DB105F;
}
</style>
background-color css
<style>
a { background-color: #DB105F; }
a { background-color: rgb(219,16,95); }
div.DivClassName
{
background-color: #DB105F;
}
.BgClassName
{
background-color: #DB105F;
}
</style>
border-color css
<style>
span { border-color: #DB105F; }
span { border-color: rgb(219,16,95); }
td.TdClassName
{
border-color: #DB105F;
}
.TagClassName
{
border-color: #DB105F;
}
</style>