Shades of Ruby #DB1057
Tints of Ruby #DB1057
RGB
CMYK
RGB Variations
Color information
#DB1057 (or 0xDB1057) is known color: Ruby. HEX triplet: DB, 10 and 57. RGB value is (219,16,87). Sum of RGB (Red+Green+Blue) = 219+16+87=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1057 is #24EFA8. Grayscale: #545454. Windows color (decimal): -2420649 or 5705947. OLE color: 5705947.
HSL color Cylindrical-coordinate representation of color #DB1057: hue angle of 339.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1057 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 87 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.14 |
| HSL | 339.01º | 0.86% | 0.46% | - |
| HSV(B) | 339.01º | 0.93% | 0.86% | - |
| XYZ | 31.12 | 16.12 | 10.49 | - |
| YUV | 84.79 | 129.25 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 87 | 0 | 0.93 | 0.60 | 0.14 | 339.01 | 0.86 | 0.46 |
| Hex | DB | 10 | 57 | 0 | 5D | 3C | E | 153 | 56 | 2E |
| Octal | 333 | 20 | 127 | 0 | 135 | 74 | 16 | 523 | 126 | 56 |
| Binary | 11011011 | 10000 | 1010111 | 0 | 1011101 | 111100 | 1110 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DB1057
Complementary color
Monochromatic Colors of #DB1057
Black with #DB1057
Text Example
Text Example
White with #DB1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1057; }
p { color: rgb(219,16,87); }
H1.HeaderClassName
{
color: #DB1057;
}
.AnyTagClassName
{
color: #DB1057;
}
</style>
background-color css
<style>
a { background-color: #DB1057; }
a { background-color: rgb(219,16,87); }
div.DivClassName
{
background-color: #DB1057;
}
.BgClassName
{
background-color: #DB1057;
}
</style>
border-color css
<style>
span { border-color: #DB1057; }
span { border-color: rgb(219,16,87); }
td.TdClassName
{
border-color: #DB1057;
}
.TagClassName
{
border-color: #DB1057;
}
</style>