Shades of Ruby #DB1153
Tints of Ruby #DB1153
RGB
CMYK
RGB Variations
Color information
#DB1153 (or 0xDB1153) is known color: Ruby. HEX triplet: DB, 11 and 53. RGB value is (219,17,83). Sum of RGB (Red+Green+Blue) = 219+17+83=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1153 is #24EEAC. Grayscale: #545454. Windows color (decimal): -2420397 or 5444059. OLE color: 5444059.
HSL color Cylindrical-coordinate representation of color #DB1153: hue angle of 340.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1153 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.14 |
| HSL | 340.4º | 0.86% | 0.46% | - |
| HSV(B) | 340.4º | 0.92% | 0.86% | - |
| XYZ | 30.98 | 16.09 | 9.66 | - |
| YUV | 84.92 | 126.92 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 83 | 0 | 0.92 | 0.62 | 0.14 | 340.4 | 0.86 | 0.46 |
| Hex | DB | 11 | 53 | 0 | 5C | 3E | E | 154 | 56 | 2E |
| Octal | 333 | 21 | 123 | 0 | 134 | 76 | 16 | 524 | 126 | 56 |
| Binary | 11011011 | 10001 | 1010011 | 0 | 1011100 | 111110 | 1110 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DB1153
Complementary color
Monochromatic Colors of #DB1153
Black with #DB1153
Text Example
Text Example
White with #DB1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1153; }
p { color: rgb(219,17,83); }
H1.HeaderClassName
{
color: #DB1153;
}
.AnyTagClassName
{
color: #DB1153;
}
</style>
background-color css
<style>
a { background-color: #DB1153; }
a { background-color: rgb(219,17,83); }
div.DivClassName
{
background-color: #DB1153;
}
.BgClassName
{
background-color: #DB1153;
}
</style>
border-color css
<style>
span { border-color: #DB1153; }
span { border-color: rgb(219,17,83); }
td.TdClassName
{
border-color: #DB1153;
}
.TagClassName
{
border-color: #DB1153;
}
</style>