Shades of Ruby #DB1255
Tints of Ruby #DB1255
RGB
CMYK
RGB Variations
Color information
#DB1255 (or 0xDB1255) is known color: Ruby. HEX triplet: DB, 12 and 55. RGB value is (219,18,85). Sum of RGB (Red+Green+Blue) = 219+18+85=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1255 is #24EDAA. Grayscale: #555555. Windows color (decimal): -2420139 or 5575387. OLE color: 5575387.
HSL color Cylindrical-coordinate representation of color #DB1255: hue angle of 340º 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 #DB1255 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 85 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.14 |
| HSL | 340º | 0.85% | 0.46% | - |
| HSV(B) | 340º | 0.92% | 0.86% | - |
| XYZ | 31.07 | 16.15 | 10.07 | - |
| YUV | 85.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 85 | 0 | 0.92 | 0.61 | 0.14 | 340 | 0.85 | 0.46 |
| Hex | DB | 12 | 55 | 0 | 5C | 3D | E | 154 | 55 | 2E |
| Octal | 333 | 22 | 125 | 0 | 134 | 75 | 16 | 524 | 125 | 56 |
| Binary | 11011011 | 10010 | 1010101 | 0 | 1011100 | 111101 | 1110 | 101010100 | 1010101 | 101110 |
Color Harmonies of #DB1255
Complementary color
Monochromatic Colors of #DB1255
Black with #DB1255
Text Example
Text Example
White with #DB1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1255; }
p { color: rgb(219,18,85); }
H1.HeaderClassName
{
color: #DB1255;
}
.AnyTagClassName
{
color: #DB1255;
}
</style>
background-color css
<style>
a { background-color: #DB1255; }
a { background-color: rgb(219,18,85); }
div.DivClassName
{
background-color: #DB1255;
}
.BgClassName
{
background-color: #DB1255;
}
</style>
border-color css
<style>
span { border-color: #DB1255; }
span { border-color: rgb(219,18,85); }
td.TdClassName
{
border-color: #DB1255;
}
.TagClassName
{
border-color: #DB1255;
}
</style>