Shades of Ruby #DB1075
Tints of Ruby #DB1075
RGB
CMYK
RGB Variations
Color information
#DB1075 (or 0xDB1075) is known color: Ruby. HEX triplet: DB, 10 and 75. RGB value is (219,16,117). Sum of RGB (Red+Green+Blue) = 219+16+117=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1075 is #24EF8A. Grayscale: #585858. Windows color (decimal): -2420619 or 7672027. OLE color: 7672027.
HSL color Cylindrical-coordinate representation of color #DB1075: hue angle of 330.15º 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 #DB1075 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.14 |
| HSL | 330.15º | 0.86% | 0.46% | - |
| HSV(B) | 330.15º | 0.93% | 0.86% | - |
| XYZ | 32.61 | 16.72 | 18.34 | - |
| YUV | 88.21 | 144.25 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 117 | 0 | 0.93 | 0.47 | 0.14 | 330.15 | 0.86 | 0.46 |
| Hex | DB | 10 | 75 | 0 | 5D | 2F | E | 14A | 56 | 2E |
| Octal | 333 | 20 | 165 | 0 | 135 | 57 | 16 | 512 | 126 | 56 |
| Binary | 11011011 | 10000 | 1110101 | 0 | 1011101 | 101111 | 1110 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DB1075
Complementary color
Monochromatic Colors of #DB1075
Black with #DB1075
Text Example
Text Example
White with #DB1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1075; }
p { color: rgb(219,16,117); }
H1.HeaderClassName
{
color: #DB1075;
}
.AnyTagClassName
{
color: #DB1075;
}
</style>
background-color css
<style>
a { background-color: #DB1075; }
a { background-color: rgb(219,16,117); }
div.DivClassName
{
background-color: #DB1075;
}
.BgClassName
{
background-color: #DB1075;
}
</style>
border-color css
<style>
span { border-color: #DB1075; }
span { border-color: rgb(219,16,117); }
td.TdClassName
{
border-color: #DB1075;
}
.TagClassName
{
border-color: #DB1075;
}
</style>