Shades of Ruby #DB046C
Tints of Ruby #DB046C
RGB
CMYK
RGB Variations
Color information
#DB046C (or 0xDB046C) is known color: Ruby. HEX triplet: DB, 04 and 6C. RGB value is (219,4,108). Sum of RGB (Red+Green+Blue) = 219+4+108=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB046C is #24FB93. Grayscale: #4F4F4F. Windows color (decimal): -2423700 or 7079131. OLE color: 7079131.
HSL color Cylindrical-coordinate representation of color #DB046C: hue angle of 330.98º 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 #DB046C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.14 |
| HSL | 330.98º | 0.96% | 0.44% | - |
| HSV(B) | 330.98º | 0.98% | 0.86% | - |
| XYZ | 31.96 | 16.23 | 15.64 | - |
| YUV | 80.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 108 | 0 | 0.98 | 0.51 | 0.14 | 330.98 | 0.96 | 0.44 |
| Hex | DB | 4 | 6C | 0 | 62 | 33 | E | 14B | 60 | 2C |
| Octal | 333 | 4 | 154 | 0 | 142 | 63 | 16 | 513 | 140 | 54 |
| Binary | 11011011 | 100 | 1101100 | 0 | 1100010 | 110011 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DB046C
Complementary color
Monochromatic Colors of #DB046C
Black with #DB046C
Text Example
Text Example
White with #DB046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB046C; }
p { color: rgb(219,4,108); }
H1.HeaderClassName
{
color: #DB046C;
}
.AnyTagClassName
{
color: #DB046C;
}
</style>
background-color css
<style>
a { background-color: #DB046C; }
a { background-color: rgb(219,4,108); }
div.DivClassName
{
background-color: #DB046C;
}
.BgClassName
{
background-color: #DB046C;
}
</style>
border-color css
<style>
span { border-color: #DB046C; }
span { border-color: rgb(219,4,108); }
td.TdClassName
{
border-color: #DB046C;
}
.TagClassName
{
border-color: #DB046C;
}
</style>