Shades of Ruby #DB1B64
Tints of Ruby #DB1B64
RGB
CMYK
RGB Variations
Color information
#DB1B64 (or 0xDB1B64) is known color: Ruby. HEX triplet: DB, 1B and 64. RGB value is (219,27,100). Sum of RGB (Red+Green+Blue) = 219+27+100=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B64 is #24E49B. Grayscale: #5C5C5C. Windows color (decimal): -2417820 or 6560731. OLE color: 6560731.
HSL color Cylindrical-coordinate representation of color #DB1B64: hue angle of 337.19º 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 #DB1B64 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 100 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.14 |
| HSL | 337.19º | 0.78% | 0.48% | - |
| HSV(B) | 337.19º | 0.88% | 0.86% | - |
| XYZ | 31.91 | 16.76 | 13.61 | - |
| YUV | 92.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 100 | 0 | 0.88 | 0.54 | 0.14 | 337.19 | 0.78 | 0.48 |
| Hex | DB | 1B | 64 | 0 | 58 | 36 | E | 151 | 4E | 30 |
| Octal | 333 | 33 | 144 | 0 | 130 | 66 | 16 | 521 | 116 | 60 |
| Binary | 11011011 | 11011 | 1100100 | 0 | 1011000 | 110110 | 1110 | 101010001 | 1001110 | 110000 |
Color Harmonies of #DB1B64
Complementary color
Monochromatic Colors of #DB1B64
Black with #DB1B64
Text Example
Text Example
White with #DB1B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B64; }
p { color: rgb(219,27,100); }
H1.HeaderClassName
{
color: #DB1B64;
}
.AnyTagClassName
{
color: #DB1B64;
}
</style>
background-color css
<style>
a { background-color: #DB1B64; }
a { background-color: rgb(219,27,100); }
div.DivClassName
{
background-color: #DB1B64;
}
.BgClassName
{
background-color: #DB1B64;
}
</style>
border-color css
<style>
span { border-color: #DB1B64; }
span { border-color: rgb(219,27,100); }
td.TdClassName
{
border-color: #DB1B64;
}
.TagClassName
{
border-color: #DB1B64;
}
</style>