Shades of Ruby #DB056D
Tints of Ruby #DB056D
RGB
CMYK
RGB Variations
Color information
#DB056D (or 0xDB056D) is known color: Ruby. HEX triplet: DB, 05 and 6D. RGB value is (219,5,109). Sum of RGB (Red+Green+Blue) = 219+5+109=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB056D is #24FA92. Grayscale: #505050. Windows color (decimal): -2423443 or 7144923. OLE color: 7144923.
HSL color Cylindrical-coordinate representation of color #DB056D: hue angle of 330.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB056D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.14 |
| HSL | 330.84º | 0.96% | 0.44% | - |
| HSV(B) | 330.84º | 0.98% | 0.86% | - |
| XYZ | 32.03 | 16.27 | 15.92 | - |
| YUV | 80.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 109 | 0 | 0.98 | 0.50 | 0.14 | 330.84 | 0.96 | 0.44 |
| Hex | DB | 5 | 6D | 0 | 62 | 32 | E | 14B | 60 | 2C |
| Octal | 333 | 5 | 155 | 0 | 142 | 62 | 16 | 513 | 140 | 54 |
| Binary | 11011011 | 101 | 1101101 | 0 | 1100010 | 110010 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DB056D
Complementary color
Monochromatic Colors of #DB056D
Black with #DB056D
Text Example
Text Example
White with #DB056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB056D; }
p { color: rgb(219,5,109); }
H1.HeaderClassName
{
color: #DB056D;
}
.AnyTagClassName
{
color: #DB056D;
}
</style>
background-color css
<style>
a { background-color: #DB056D; }
a { background-color: rgb(219,5,109); }
div.DivClassName
{
background-color: #DB056D;
}
.BgClassName
{
background-color: #DB056D;
}
</style>
border-color css
<style>
span { border-color: #DB056D; }
span { border-color: rgb(219,5,109); }
td.TdClassName
{
border-color: #DB056D;
}
.TagClassName
{
border-color: #DB056D;
}
</style>