Shades of Ruby #DB056F
Tints of Ruby #DB056F
RGB
CMYK
RGB Variations
Color information
#DB056F (or 0xDB056F) is known color: Ruby. HEX triplet: DB, 05 and 6F. RGB value is (219,5,111). Sum of RGB (Red+Green+Blue) = 219+5+111=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB056F is #24FA90. Grayscale: #505050. Windows color (decimal): -2423441 or 7275995. OLE color: 7275995.
HSL color Cylindrical-coordinate representation of color #DB056F: hue angle of 330.28º 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 #DB056F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.14 |
| HSL | 330.28º | 0.96% | 0.44% | - |
| HSV(B) | 330.28º | 0.98% | 0.86% | - |
| XYZ | 32.14 | 16.32 | 16.49 | - |
| YUV | 81.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 111 | 0 | 0.98 | 0.49 | 0.14 | 330.28 | 0.96 | 0.44 |
| Hex | DB | 5 | 6F | 0 | 62 | 31 | E | 14A | 60 | 2C |
| Octal | 333 | 5 | 157 | 0 | 142 | 61 | 16 | 512 | 140 | 54 |
| Binary | 11011011 | 101 | 1101111 | 0 | 1100010 | 110001 | 1110 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DB056F
Complementary color
Monochromatic Colors of #DB056F
Black with #DB056F
Text Example
Text Example
White with #DB056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB056F; }
p { color: rgb(219,5,111); }
H1.HeaderClassName
{
color: #DB056F;
}
.AnyTagClassName
{
color: #DB056F;
}
</style>
background-color css
<style>
a { background-color: #DB056F; }
a { background-color: rgb(219,5,111); }
div.DivClassName
{
background-color: #DB056F;
}
.BgClassName
{
background-color: #DB056F;
}
</style>
border-color css
<style>
span { border-color: #DB056F; }
span { border-color: rgb(219,5,111); }
td.TdClassName
{
border-color: #DB056F;
}
.TagClassName
{
border-color: #DB056F;
}
</style>