Shades of Ruby #DB1874
Tints of Ruby #DB1874
RGB
CMYK
RGB Variations
Color information
#DB1874 (or 0xDB1874) is known color: Ruby. HEX triplet: DB, 18 and 74. RGB value is (219,24,116). Sum of RGB (Red+Green+Blue) = 219+24+116=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1874 is #24E78B. Grayscale: #5C5C5C. Windows color (decimal): -2418572 or 7608539. OLE color: 7608539.
HSL color Cylindrical-coordinate representation of color #DB1874: hue angle of 331.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1874 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 116 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.14 |
| HSL | 331.69º | 0.8% | 0.48% | - |
| HSV(B) | 331.69º | 0.89% | 0.86% | - |
| XYZ | 32.69 | 16.97 | 18.08 | - |
| YUV | 92.79 | 141.1 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 116 | 0 | 0.89 | 0.47 | 0.14 | 331.69 | 0.8 | 0.48 |
| Hex | DB | 18 | 74 | 0 | 59 | 2F | E | 14C | 50 | 30 |
| Octal | 333 | 30 | 164 | 0 | 131 | 57 | 16 | 514 | 120 | 60 |
| Binary | 11011011 | 11000 | 1110100 | 0 | 1011001 | 101111 | 1110 | 101001100 | 1010000 | 110000 |
Color Harmonies of #DB1874
Complementary color
Monochromatic Colors of #DB1874
Black with #DB1874
Text Example
Text Example
White with #DB1874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1874; }
p { color: rgb(219,24,116); }
H1.HeaderClassName
{
color: #DB1874;
}
.AnyTagClassName
{
color: #DB1874;
}
</style>
background-color css
<style>
a { background-color: #DB1874; }
a { background-color: rgb(219,24,116); }
div.DivClassName
{
background-color: #DB1874;
}
.BgClassName
{
background-color: #DB1874;
}
</style>
border-color css
<style>
span { border-color: #DB1874; }
span { border-color: rgb(219,24,116); }
td.TdClassName
{
border-color: #DB1874;
}
.TagClassName
{
border-color: #DB1874;
}
</style>