Shades of Ruby #DB1B5A
Tints of Ruby #DB1B5A
RGB
CMYK
RGB Variations
Color information
#DB1B5A (or 0xDB1B5A) is known color: Ruby. HEX triplet: DB, 1B and 5A. RGB value is (219,27,90). Sum of RGB (Red+Green+Blue) = 219+27+90=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B5A is #24E4A5. Grayscale: #5B5B5B. Windows color (decimal): -2417830 or 5905371. OLE color: 5905371.
HSL color Cylindrical-coordinate representation of color #DB1B5A: hue angle of 340.31º degrees, saturation: 0.78, 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 #DB1B5A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 90 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.14 |
| HSL | 340.31º | 0.78% | 0.48% | - |
| HSV(B) | 340.31º | 0.88% | 0.86% | - |
| XYZ | 31.45 | 16.58 | 11.22 | - |
| YUV | 91.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 90 | 0 | 0.88 | 0.59 | 0.14 | 340.31 | 0.78 | 0.48 |
| Hex | DB | 1B | 5A | 0 | 58 | 3B | E | 154 | 4E | 30 |
| Octal | 333 | 33 | 132 | 0 | 130 | 73 | 16 | 524 | 116 | 60 |
| Binary | 11011011 | 11011 | 1011010 | 0 | 1011000 | 111011 | 1110 | 101010100 | 1001110 | 110000 |
Color Harmonies of #DB1B5A
Complementary color
Monochromatic Colors of #DB1B5A
Black with #DB1B5A
Text Example
Text Example
White with #DB1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B5A; }
p { color: rgb(219,27,90); }
H1.HeaderClassName
{
color: #DB1B5A;
}
.AnyTagClassName
{
color: #DB1B5A;
}
</style>
background-color css
<style>
a { background-color: #DB1B5A; }
a { background-color: rgb(219,27,90); }
div.DivClassName
{
background-color: #DB1B5A;
}
.BgClassName
{
background-color: #DB1B5A;
}
</style>
border-color css
<style>
span { border-color: #DB1B5A; }
span { border-color: rgb(219,27,90); }
td.TdClassName
{
border-color: #DB1B5A;
}
.TagClassName
{
border-color: #DB1B5A;
}
</style>