Shades of Ruby #DB1269
Tints of Ruby #DB1269
RGB
CMYK
RGB Variations
Color information
#DB1269 (or 0xDB1269) is known color: Ruby. HEX triplet: DB, 12 and 69. RGB value is (219,18,105). Sum of RGB (Red+Green+Blue) = 219+18+105=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1269 is #24ED96. Grayscale: #575757. Windows color (decimal): -2420119 or 6886107. OLE color: 6886107.
HSL color Cylindrical-coordinate representation of color #DB1269: hue angle of 334.03º 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 #DB1269 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.14 |
| HSL | 334.03º | 0.85% | 0.46% | - |
| HSV(B) | 334.03º | 0.92% | 0.86% | - |
| XYZ | 31.98 | 16.51 | 14.87 | - |
| YUV | 88.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 105 | 0 | 0.92 | 0.52 | 0.14 | 334.03 | 0.85 | 0.46 |
| Hex | DB | 12 | 69 | 0 | 5C | 34 | E | 14E | 55 | 2E |
| Octal | 333 | 22 | 151 | 0 | 134 | 64 | 16 | 516 | 125 | 56 |
| Binary | 11011011 | 10010 | 1101001 | 0 | 1011100 | 110100 | 1110 | 101001110 | 1010101 | 101110 |
Color Harmonies of #DB1269
Complementary color
Monochromatic Colors of #DB1269
Black with #DB1269
Text Example
Text Example
White with #DB1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1269; }
p { color: rgb(219,18,105); }
H1.HeaderClassName
{
color: #DB1269;
}
.AnyTagClassName
{
color: #DB1269;
}
</style>
background-color css
<style>
a { background-color: #DB1269; }
a { background-color: rgb(219,18,105); }
div.DivClassName
{
background-color: #DB1269;
}
.BgClassName
{
background-color: #DB1269;
}
</style>
border-color css
<style>
span { border-color: #DB1269; }
span { border-color: rgb(219,18,105); }
td.TdClassName
{
border-color: #DB1269;
}
.TagClassName
{
border-color: #DB1269;
}
</style>