Shades of Ruby #DB1273
Tints of Ruby #DB1273
RGB
CMYK
RGB Variations
Color information
#DB1273 (or 0xDB1273) is known color: Ruby. HEX triplet: DB, 12 and 73. RGB value is (219,18,115). Sum of RGB (Red+Green+Blue) = 219+18+115=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1273 is #24ED8C. Grayscale: #585858. Windows color (decimal): -2420109 or 7541467. OLE color: 7541467.
HSL color Cylindrical-coordinate representation of color #DB1273: hue angle of 331.04º degrees, saturation: 0.85, 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 #DB1273 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 115 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.14 |
| HSL | 331.04º | 0.85% | 0.46% | - |
| HSV(B) | 331.04º | 0.92% | 0.86% | - |
| XYZ | 32.52 | 16.73 | 17.73 | - |
| YUV | 89.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 115 | 0 | 0.92 | 0.47 | 0.14 | 331.04 | 0.85 | 0.46 |
| Hex | DB | 12 | 73 | 0 | 5C | 2F | E | 14B | 55 | 2E |
| Octal | 333 | 22 | 163 | 0 | 134 | 57 | 16 | 513 | 125 | 56 |
| Binary | 11011011 | 10010 | 1110011 | 0 | 1011100 | 101111 | 1110 | 101001011 | 1010101 | 101110 |
Color Harmonies of #DB1273
Complementary color
Monochromatic Colors of #DB1273
Black with #DB1273
Text Example
Text Example
White with #DB1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1273; }
p { color: rgb(219,18,115); }
H1.HeaderClassName
{
color: #DB1273;
}
.AnyTagClassName
{
color: #DB1273;
}
</style>
background-color css
<style>
a { background-color: #DB1273; }
a { background-color: rgb(219,18,115); }
div.DivClassName
{
background-color: #DB1273;
}
.BgClassName
{
background-color: #DB1273;
}
</style>
border-color css
<style>
span { border-color: #DB1273; }
span { border-color: rgb(219,18,115); }
td.TdClassName
{
border-color: #DB1273;
}
.TagClassName
{
border-color: #DB1273;
}
</style>