Shades of Ruby #DB1258
Tints of Ruby #DB1258
RGB
CMYK
RGB Variations
Color information
#DB1258 (or 0xDB1258) is known color: Ruby. HEX triplet: DB, 12 and 58. RGB value is (219,18,88). Sum of RGB (Red+Green+Blue) = 219+18+88=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1258 is #24EDA7. Grayscale: #565656. Windows color (decimal): -2420136 or 5771995. OLE color: 5771995.
HSL color Cylindrical-coordinate representation of color #DB1258: hue angle of 339.1º 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 #DB1258 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.14 |
| HSL | 339.1º | 0.85% | 0.46% | - |
| HSV(B) | 339.1º | 0.92% | 0.86% | - |
| XYZ | 31.19 | 16.2 | 10.71 | - |
| YUV | 86.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 88 | 0 | 0.92 | 0.60 | 0.14 | 339.1 | 0.85 | 0.46 |
| Hex | DB | 12 | 58 | 0 | 5C | 3C | E | 153 | 55 | 2E |
| Octal | 333 | 22 | 130 | 0 | 134 | 74 | 16 | 523 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011000 | 0 | 1011100 | 111100 | 1110 | 101010011 | 1010101 | 101110 |
Color Harmonies of #DB1258
Complementary color
Monochromatic Colors of #DB1258
Black with #DB1258
Text Example
Text Example
White with #DB1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1258; }
p { color: rgb(219,18,88); }
H1.HeaderClassName
{
color: #DB1258;
}
.AnyTagClassName
{
color: #DB1258;
}
</style>
background-color css
<style>
a { background-color: #DB1258; }
a { background-color: rgb(219,18,88); }
div.DivClassName
{
background-color: #DB1258;
}
.BgClassName
{
background-color: #DB1258;
}
</style>
border-color css
<style>
span { border-color: #DB1258; }
span { border-color: rgb(219,18,88); }
td.TdClassName
{
border-color: #DB1258;
}
.TagClassName
{
border-color: #DB1258;
}
</style>