Shades of Ruby #DB1A57
Tints of Ruby #DB1A57
RGB
CMYK
RGB Variations
Color information
#DB1A57 (or 0xDB1A57) is known color: Ruby. HEX triplet: DB, 1A and 57. RGB value is (219,26,87). Sum of RGB (Red+Green+Blue) = 219+26+87=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A57 is #24E5A8. Grayscale: #5A5A5A. Windows color (decimal): -2418089 or 5708507. OLE color: 5708507.
HSL color Cylindrical-coordinate representation of color #DB1A57: hue angle of 341.04º 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 #DB1A57 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 87 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.14 |
| HSL | 341.04º | 0.79% | 0.48% | - |
| HSV(B) | 341.04º | 0.88% | 0.86% | - |
| XYZ | 31.3 | 16.49 | 10.55 | - |
| YUV | 90.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 87 | 0 | 0.88 | 0.60 | 0.14 | 341.04 | 0.79 | 0.48 |
| Hex | DB | 1A | 57 | 0 | 58 | 3C | E | 155 | 4F | 30 |
| Octal | 333 | 32 | 127 | 0 | 130 | 74 | 16 | 525 | 117 | 60 |
| Binary | 11011011 | 11010 | 1010111 | 0 | 1011000 | 111100 | 1110 | 101010101 | 1001111 | 110000 |
Color Harmonies of #DB1A57
Complementary color
Monochromatic Colors of #DB1A57
Black with #DB1A57
Text Example
Text Example
White with #DB1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A57; }
p { color: rgb(219,26,87); }
H1.HeaderClassName
{
color: #DB1A57;
}
.AnyTagClassName
{
color: #DB1A57;
}
</style>
background-color css
<style>
a { background-color: #DB1A57; }
a { background-color: rgb(219,26,87); }
div.DivClassName
{
background-color: #DB1A57;
}
.BgClassName
{
background-color: #DB1A57;
}
</style>
border-color css
<style>
span { border-color: #DB1A57; }
span { border-color: rgb(219,26,87); }
td.TdClassName
{
border-color: #DB1A57;
}
.TagClassName
{
border-color: #DB1A57;
}
</style>