Shades of Ruby #DB046E
Tints of Ruby #DB046E
RGB
CMYK
RGB Variations
Color information
#DB046E (or 0xDB046E) is known color: Ruby. HEX triplet: DB, 04 and 6E. RGB value is (219,4,110). Sum of RGB (Red+Green+Blue) = 219+4+110=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB046E is #24FB91. Grayscale: #505050. Windows color (decimal): -2423698 or 7210203. OLE color: 7210203.
HSL color Cylindrical-coordinate representation of color #DB046E: hue angle of 330.42º 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 #DB046E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.14 |
| HSL | 330.42º | 0.96% | 0.44% | - |
| HSV(B) | 330.42º | 0.98% | 0.86% | - |
| XYZ | 32.07 | 16.27 | 16.2 | - |
| YUV | 80.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 110 | 0 | 0.98 | 0.50 | 0.14 | 330.42 | 0.96 | 0.44 |
| Hex | DB | 4 | 6E | 0 | 62 | 32 | E | 14A | 60 | 2C |
| Octal | 333 | 4 | 156 | 0 | 142 | 62 | 16 | 512 | 140 | 54 |
| Binary | 11011011 | 100 | 1101110 | 0 | 1100010 | 110010 | 1110 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DB046E
Complementary color
Monochromatic Colors of #DB046E
Black with #DB046E
Text Example
Text Example
White with #DB046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB046E; }
p { color: rgb(219,4,110); }
H1.HeaderClassName
{
color: #DB046E;
}
.AnyTagClassName
{
color: #DB046E;
}
</style>
background-color css
<style>
a { background-color: #DB046E; }
a { background-color: rgb(219,4,110); }
div.DivClassName
{
background-color: #DB046E;
}
.BgClassName
{
background-color: #DB046E;
}
</style>
border-color css
<style>
span { border-color: #DB046E; }
span { border-color: rgb(219,4,110); }
td.TdClassName
{
border-color: #DB046E;
}
.TagClassName
{
border-color: #DB046E;
}
</style>