Shades of Ruby #DB0476
Tints of Ruby #DB0476
RGB
CMYK
RGB Variations
Color information
#DB0476 (or 0xDB0476) is known color: Ruby. HEX triplet: DB, 04 and 76. RGB value is (219,4,118). Sum of RGB (Red+Green+Blue) = 219+4+118=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0476 is #24FB89. Grayscale: #515151. Windows color (decimal): -2423690 or 7734491. OLE color: 7734491.
HSL color Cylindrical-coordinate representation of color #DB0476: hue angle of 328.19º 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 #DB0476 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.14 |
| HSL | 328.19º | 0.96% | 0.44% | - |
| HSV(B) | 328.19º | 0.98% | 0.86% | - |
| XYZ | 32.53 | 16.45 | 18.6 | - |
| YUV | 81.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 118 | 0 | 0.98 | 0.46 | 0.14 | 328.19 | 0.96 | 0.44 |
| Hex | DB | 4 | 76 | 0 | 62 | 2E | E | 148 | 60 | 2C |
| Octal | 333 | 4 | 166 | 0 | 142 | 56 | 16 | 510 | 140 | 54 |
| Binary | 11011011 | 100 | 1110110 | 0 | 1100010 | 101110 | 1110 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DB0476
Complementary color
Monochromatic Colors of #DB0476
Black with #DB0476
Text Example
Text Example
White with #DB0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0476; }
p { color: rgb(219,4,118); }
H1.HeaderClassName
{
color: #DB0476;
}
.AnyTagClassName
{
color: #DB0476;
}
</style>
background-color css
<style>
a { background-color: #DB0476; }
a { background-color: rgb(219,4,118); }
div.DivClassName
{
background-color: #DB0476;
}
.BgClassName
{
background-color: #DB0476;
}
</style>
border-color css
<style>
span { border-color: #DB0476; }
span { border-color: rgb(219,4,118); }
td.TdClassName
{
border-color: #DB0476;
}
.TagClassName
{
border-color: #DB0476;
}
</style>