Shades of Ruby #DB0874
Tints of Ruby #DB0874
RGB
CMYK
RGB Variations
Color information
#DB0874 (or 0xDB0874) is known color: Ruby. HEX triplet: DB, 08 and 74. RGB value is (219,8,116). Sum of RGB (Red+Green+Blue) = 219+8+116=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0874 is #24F78B. Grayscale: #535353. Windows color (decimal): -2422668 or 7604443. OLE color: 7604443.
HSL color Cylindrical-coordinate representation of color #DB0874: hue angle of 329.29º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0874 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.14 |
| HSL | 329.29º | 0.93% | 0.45% | - |
| HSV(B) | 329.29º | 0.96% | 0.86% | - |
| XYZ | 32.45 | 16.49 | 18 | - |
| YUV | 83.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 116 | 0 | 0.96 | 0.47 | 0.14 | 329.29 | 0.93 | 0.45 |
| Hex | DB | 8 | 74 | 0 | 60 | 2F | E | 149 | 5D | 2D |
| Octal | 333 | 10 | 164 | 0 | 140 | 57 | 16 | 511 | 135 | 55 |
| Binary | 11011011 | 1000 | 1110100 | 0 | 1100000 | 101111 | 1110 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DB0874
Complementary color
Monochromatic Colors of #DB0874
Black with #DB0874
Text Example
Text Example
White with #DB0874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0874; }
p { color: rgb(219,8,116); }
H1.HeaderClassName
{
color: #DB0874;
}
.AnyTagClassName
{
color: #DB0874;
}
</style>
background-color css
<style>
a { background-color: #DB0874; }
a { background-color: rgb(219,8,116); }
div.DivClassName
{
background-color: #DB0874;
}
.BgClassName
{
background-color: #DB0874;
}
</style>
border-color css
<style>
span { border-color: #DB0874; }
span { border-color: rgb(219,8,116); }
td.TdClassName
{
border-color: #DB0874;
}
.TagClassName
{
border-color: #DB0874;
}
</style>