Shades of Ruby #DB1272
Tints of Ruby #DB1272
RGB
CMYK
RGB Variations
Color information
#DB1272 (or 0xDB1272) is known color: Ruby. HEX triplet: DB, 12 and 72. RGB value is (219,18,114). Sum of RGB (Red+Green+Blue) = 219+18+114=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1272 is #24ED8D. Grayscale: #585858. Windows color (decimal): -2420110 or 7475931. OLE color: 7475931.
HSL color Cylindrical-coordinate representation of color #DB1272: hue angle of 331.34º 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 #DB1272 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.14 |
| HSL | 331.34º | 0.85% | 0.46% | - |
| HSV(B) | 331.34º | 0.92% | 0.86% | - |
| XYZ | 32.47 | 16.71 | 17.43 | - |
| YUV | 89.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 114 | 0 | 0.92 | 0.48 | 0.14 | 331.34 | 0.85 | 0.46 |
| Hex | DB | 12 | 72 | 0 | 5C | 30 | E | 14B | 55 | 2E |
| Octal | 333 | 22 | 162 | 0 | 134 | 60 | 16 | 513 | 125 | 56 |
| Binary | 11011011 | 10010 | 1110010 | 0 | 1011100 | 110000 | 1110 | 101001011 | 1010101 | 101110 |
Color Harmonies of #DB1272
Complementary color
Monochromatic Colors of #DB1272
Black with #DB1272
Text Example
Text Example
White with #DB1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1272; }
p { color: rgb(219,18,114); }
H1.HeaderClassName
{
color: #DB1272;
}
.AnyTagClassName
{
color: #DB1272;
}
</style>
background-color css
<style>
a { background-color: #DB1272; }
a { background-color: rgb(219,18,114); }
div.DivClassName
{
background-color: #DB1272;
}
.BgClassName
{
background-color: #DB1272;
}
</style>
border-color css
<style>
span { border-color: #DB1272; }
span { border-color: rgb(219,18,114); }
td.TdClassName
{
border-color: #DB1272;
}
.TagClassName
{
border-color: #DB1272;
}
</style>