Shades of Ruby #DB0674
Tints of Ruby #DB0674
RGB
CMYK
RGB Variations
Color information
#DB0674 (or 0xDB0674) is known color: Ruby. HEX triplet: DB, 06 and 74. RGB value is (219,6,116). Sum of RGB (Red+Green+Blue) = 219+6+116=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0674 is #24F98B. Grayscale: #525252. Windows color (decimal): -2423180 or 7603931. OLE color: 7603931.
HSL color Cylindrical-coordinate representation of color #DB0674: hue angle of 329.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0674 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.14 |
| HSL | 329.01º | 0.95% | 0.44% | - |
| HSV(B) | 329.01º | 0.97% | 0.86% | - |
| XYZ | 32.43 | 16.45 | 17.99 | - |
| YUV | 82.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 116 | 0 | 0.97 | 0.47 | 0.14 | 329.01 | 0.95 | 0.44 |
| Hex | DB | 6 | 74 | 0 | 61 | 2F | E | 149 | 5F | 2C |
| Octal | 333 | 6 | 164 | 0 | 141 | 57 | 16 | 511 | 137 | 54 |
| Binary | 11011011 | 110 | 1110100 | 0 | 1100001 | 101111 | 1110 | 101001001 | 1011111 | 101100 |
Color Harmonies of #DB0674
Complementary color
Monochromatic Colors of #DB0674
Black with #DB0674
Text Example
Text Example
White with #DB0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0674; }
p { color: rgb(219,6,116); }
H1.HeaderClassName
{
color: #DB0674;
}
.AnyTagClassName
{
color: #DB0674;
}
</style>
background-color css
<style>
a { background-color: #DB0674; }
a { background-color: rgb(219,6,116); }
div.DivClassName
{
background-color: #DB0674;
}
.BgClassName
{
background-color: #DB0674;
}
</style>
border-color css
<style>
span { border-color: #DB0674; }
span { border-color: rgb(219,6,116); }
td.TdClassName
{
border-color: #DB0674;
}
.TagClassName
{
border-color: #DB0674;
}
</style>