Shades of Ruby #DB1A55
Tints of Ruby #DB1A55
RGB
CMYK
RGB Variations
Color information
#DB1A55 (or 0xDB1A55) is known color: Ruby. HEX triplet: DB, 1A and 55. RGB value is (219,26,85). Sum of RGB (Red+Green+Blue) = 219+26+85=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A55 is #24E5AA. Grayscale: #5A5A5A. Windows color (decimal): -2418091 or 5577435. OLE color: 5577435.
HSL color Cylindrical-coordinate representation of color #DB1A55: hue angle of 341.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A55 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 85 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.14 |
| HSL | 341.66º | 0.79% | 0.48% | - |
| HSV(B) | 341.66º | 0.88% | 0.86% | - |
| XYZ | 31.22 | 16.45 | 10.12 | - |
| YUV | 90.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 85 | 0 | 0.88 | 0.61 | 0.14 | 341.66 | 0.79 | 0.48 |
| Hex | DB | 1A | 55 | 0 | 58 | 3D | E | 156 | 4F | 30 |
| Octal | 333 | 32 | 125 | 0 | 130 | 75 | 16 | 526 | 117 | 60 |
| Binary | 11011011 | 11010 | 1010101 | 0 | 1011000 | 111101 | 1110 | 101010110 | 1001111 | 110000 |
Color Harmonies of #DB1A55
Complementary color
Monochromatic Colors of #DB1A55
Black with #DB1A55
Text Example
Text Example
White with #DB1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A55; }
p { color: rgb(219,26,85); }
H1.HeaderClassName
{
color: #DB1A55;
}
.AnyTagClassName
{
color: #DB1A55;
}
</style>
background-color css
<style>
a { background-color: #DB1A55; }
a { background-color: rgb(219,26,85); }
div.DivClassName
{
background-color: #DB1A55;
}
.BgClassName
{
background-color: #DB1A55;
}
</style>
border-color css
<style>
span { border-color: #DB1A55; }
span { border-color: rgb(219,26,85); }
td.TdClassName
{
border-color: #DB1A55;
}
.TagClassName
{
border-color: #DB1A55;
}
</style>