Shades of Ruby #DB1270
Tints of Ruby #DB1270
RGB
CMYK
RGB Variations
Color information
#DB1270 (or 0xDB1270) is known color: Ruby. HEX triplet: DB, 12 and 70. RGB value is (219,18,112). Sum of RGB (Red+Green+Blue) = 219+18+112=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1270 is #24ED8F. Grayscale: #585858. Windows color (decimal): -2420112 or 7344859. OLE color: 7344859.
HSL color Cylindrical-coordinate representation of color #DB1270: hue angle of 331.94º 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 #DB1270 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 112 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.14 |
| HSL | 331.94º | 0.85% | 0.46% | - |
| HSV(B) | 331.94º | 0.92% | 0.86% | - |
| XYZ | 32.35 | 16.66 | 16.84 | - |
| YUV | 88.82 | 141.09 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 112 | 0 | 0.92 | 0.49 | 0.14 | 331.94 | 0.85 | 0.46 |
| Hex | DB | 12 | 70 | 0 | 5C | 31 | E | 14C | 55 | 2E |
| Octal | 333 | 22 | 160 | 0 | 134 | 61 | 16 | 514 | 125 | 56 |
| Binary | 11011011 | 10010 | 1110000 | 0 | 1011100 | 110001 | 1110 | 101001100 | 1010101 | 101110 |
Color Harmonies of #DB1270
Complementary color
Monochromatic Colors of #DB1270
Black with #DB1270
Text Example
Text Example
White with #DB1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1270; }
p { color: rgb(219,18,112); }
H1.HeaderClassName
{
color: #DB1270;
}
.AnyTagClassName
{
color: #DB1270;
}
</style>
background-color css
<style>
a { background-color: #DB1270; }
a { background-color: rgb(219,18,112); }
div.DivClassName
{
background-color: #DB1270;
}
.BgClassName
{
background-color: #DB1270;
}
</style>
border-color css
<style>
span { border-color: #DB1270; }
span { border-color: rgb(219,18,112); }
td.TdClassName
{
border-color: #DB1270;
}
.TagClassName
{
border-color: #DB1270;
}
</style>