Shades of Ruby #DB056A
Tints of Ruby #DB056A
RGB
CMYK
RGB Variations
Color information
#DB056A (or 0xDB056A) is known color: Ruby. HEX triplet: DB, 05 and 6A. RGB value is (219,5,106). Sum of RGB (Red+Green+Blue) = 219+5+106=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB056A is #24FA95. Grayscale: #505050. Windows color (decimal): -2423446 or 6948315. OLE color: 6948315.
HSL color Cylindrical-coordinate representation of color #DB056A: hue angle of 331.68º 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 #DB056A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 106 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.14 |
| HSL | 331.68º | 0.96% | 0.44% | - |
| HSV(B) | 331.68º | 0.98% | 0.86% | - |
| XYZ | 31.87 | 16.21 | 15.08 | - |
| YUV | 80.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 106 | 0 | 0.98 | 0.52 | 0.14 | 331.68 | 0.96 | 0.44 |
| Hex | DB | 5 | 6A | 0 | 62 | 34 | E | 14C | 60 | 2C |
| Octal | 333 | 5 | 152 | 0 | 142 | 64 | 16 | 514 | 140 | 54 |
| Binary | 11011011 | 101 | 1101010 | 0 | 1100010 | 110100 | 1110 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DB056A
Complementary color
Monochromatic Colors of #DB056A
Black with #DB056A
Text Example
Text Example
White with #DB056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB056A; }
p { color: rgb(219,5,106); }
H1.HeaderClassName
{
color: #DB056A;
}
.AnyTagClassName
{
color: #DB056A;
}
</style>
background-color css
<style>
a { background-color: #DB056A; }
a { background-color: rgb(219,5,106); }
div.DivClassName
{
background-color: #DB056A;
}
.BgClassName
{
background-color: #DB056A;
}
</style>
border-color css
<style>
span { border-color: #DB056A; }
span { border-color: rgb(219,5,106); }
td.TdClassName
{
border-color: #DB056A;
}
.TagClassName
{
border-color: #DB056A;
}
</style>