Shades of Ruby #DB056B
Tints of Ruby #DB056B
RGB
CMYK
RGB Variations
Color information
#DB056B (or 0xDB056B) is known color: Ruby. HEX triplet: DB, 05 and 6B. RGB value is (219,5,107). Sum of RGB (Red+Green+Blue) = 219+5+107=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB056B is #24FA94. Grayscale: #505050. Windows color (decimal): -2423445 or 7013851. OLE color: 7013851.
HSL color Cylindrical-coordinate representation of color #DB056B: hue angle of 331.4º 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 #DB056B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.14 |
| HSL | 331.4º | 0.96% | 0.44% | - |
| HSV(B) | 331.4º | 0.98% | 0.86% | - |
| XYZ | 31.92 | 16.23 | 15.36 | - |
| YUV | 80.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 107 | 0 | 0.98 | 0.51 | 0.14 | 331.4 | 0.96 | 0.44 |
| Hex | DB | 5 | 6B | 0 | 62 | 33 | E | 14B | 60 | 2C |
| Octal | 333 | 5 | 153 | 0 | 142 | 63 | 16 | 513 | 140 | 54 |
| Binary | 11011011 | 101 | 1101011 | 0 | 1100010 | 110011 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DB056B
Complementary color
Monochromatic Colors of #DB056B
Black with #DB056B
Text Example
Text Example
White with #DB056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB056B; }
p { color: rgb(219,5,107); }
H1.HeaderClassName
{
color: #DB056B;
}
.AnyTagClassName
{
color: #DB056B;
}
</style>
background-color css
<style>
a { background-color: #DB056B; }
a { background-color: rgb(219,5,107); }
div.DivClassName
{
background-color: #DB056B;
}
.BgClassName
{
background-color: #DB056B;
}
</style>
border-color css
<style>
span { border-color: #DB056B; }
span { border-color: rgb(219,5,107); }
td.TdClassName
{
border-color: #DB056B;
}
.TagClassName
{
border-color: #DB056B;
}
</style>