Shades of Ruby #DB1355
Tints of Ruby #DB1355
RGB
CMYK
RGB Variations
Color information
#DB1355 (or 0xDB1355) is known color: Ruby. HEX triplet: DB, 13 and 55. RGB value is (219,19,85). Sum of RGB (Red+Green+Blue) = 219+19+85=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1355 is #24ECAA. Grayscale: #565656. Windows color (decimal): -2419883 or 5575643. OLE color: 5575643.
HSL color Cylindrical-coordinate representation of color #DB1355: hue angle of 340.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1355 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.14 |
| HSL | 340.2º | 0.84% | 0.47% | - |
| HSV(B) | 340.2º | 0.91% | 0.86% | - |
| XYZ | 31.09 | 16.18 | 10.08 | - |
| YUV | 86.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 85 | 0 | 0.91 | 0.61 | 0.14 | 340.2 | 0.84 | 0.47 |
| Hex | DB | 13 | 55 | 0 | 5B | 3D | E | 154 | 54 | 2F |
| Octal | 333 | 23 | 125 | 0 | 133 | 75 | 16 | 524 | 124 | 57 |
| Binary | 11011011 | 10011 | 1010101 | 0 | 1011011 | 111101 | 1110 | 101010100 | 1010100 | 101111 |
Color Harmonies of #DB1355
Complementary color
Monochromatic Colors of #DB1355
Black with #DB1355
Text Example
Text Example
White with #DB1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1355; }
p { color: rgb(219,19,85); }
H1.HeaderClassName
{
color: #DB1355;
}
.AnyTagClassName
{
color: #DB1355;
}
</style>
background-color css
<style>
a { background-color: #DB1355; }
a { background-color: rgb(219,19,85); }
div.DivClassName
{
background-color: #DB1355;
}
.BgClassName
{
background-color: #DB1355;
}
</style>
border-color css
<style>
span { border-color: #DB1355; }
span { border-color: rgb(219,19,85); }
td.TdClassName
{
border-color: #DB1355;
}
.TagClassName
{
border-color: #DB1355;
}
</style>