Shades of Ruby #DB0174
Tints of Ruby #DB0174
RGB
CMYK
RGB Variations
Color information
#DB0174 (or 0xDB0174) is known color: Ruby. HEX triplet: DB, 01 and 74. RGB value is (219,1,116). Sum of RGB (Red+Green+Blue) = 219+1+116=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0174 is #24FE8B. Grayscale: #4F4F4F. Windows color (decimal): -2424460 or 7602651. OLE color: 7602651.
HSL color Cylindrical-coordinate representation of color #DB0174: hue angle of 328.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0174 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.14 |
| HSL | 328.35º | 0.99% | 0.43% | - |
| HSV(B) | 328.35º | 1% | 0.86% | - |
| XYZ | 32.38 | 16.34 | 17.97 | - |
| YUV | 79.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 116 | 0 | 1.00 | 0.47 | 0.14 | 328.35 | 0.99 | 0.43 |
| Hex | DB | 1 | 74 | 0 | 64 | 2F | E | 148 | 63 | 2B |
| Octal | 333 | 1 | 164 | 0 | 144 | 57 | 16 | 510 | 143 | 53 |
| Binary | 11011011 | 1 | 1110100 | 0 | 1100100 | 101111 | 1110 | 101001000 | 1100011 | 101011 |
Color Harmonies of #DB0174
Complementary color
Monochromatic Colors of #DB0174
Black with #DB0174
Text Example
Text Example
White with #DB0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0174; }
p { color: rgb(219,1,116); }
H1.HeaderClassName
{
color: #DB0174;
}
.AnyTagClassName
{
color: #DB0174;
}
</style>
background-color css
<style>
a { background-color: #DB0174; }
a { background-color: rgb(219,1,116); }
div.DivClassName
{
background-color: #DB0174;
}
.BgClassName
{
background-color: #DB0174;
}
</style>
border-color css
<style>
span { border-color: #DB0174; }
span { border-color: rgb(219,1,116); }
td.TdClassName
{
border-color: #DB0174;
}
.TagClassName
{
border-color: #DB0174;
}
</style>