Shades of Ruby #DB196F
Tints of Ruby #DB196F
RGB
CMYK
RGB Variations
Color information
#DB196F (or 0xDB196F) is known color: Ruby. HEX triplet: DB, 19 and 6F. RGB value is (219,25,111). Sum of RGB (Red+Green+Blue) = 219+25+111=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB196F is #24E690. Grayscale: #5C5C5C. Windows color (decimal): -2418321 or 7281115. OLE color: 7281115.
HSL color Cylindrical-coordinate representation of color #DB196F: hue angle of 333.4º 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 #DB196F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.14 |
| HSL | 333.4º | 0.8% | 0.48% | - |
| HSV(B) | 333.4º | 0.89% | 0.86% | - |
| XYZ | 32.43 | 16.9 | 16.59 | - |
| YUV | 92.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 111 | 0 | 0.89 | 0.49 | 0.14 | 333.4 | 0.8 | 0.48 |
| Hex | DB | 19 | 6F | 0 | 59 | 31 | E | 14D | 50 | 30 |
| Octal | 333 | 31 | 157 | 0 | 131 | 61 | 16 | 515 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101111 | 0 | 1011001 | 110001 | 1110 | 101001101 | 1010000 | 110000 |
Color Harmonies of #DB196F
Complementary color
Monochromatic Colors of #DB196F
Black with #DB196F
Text Example
Text Example
White with #DB196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB196F; }
p { color: rgb(219,25,111); }
H1.HeaderClassName
{
color: #DB196F;
}
.AnyTagClassName
{
color: #DB196F;
}
</style>
background-color css
<style>
a { background-color: #DB196F; }
a { background-color: rgb(219,25,111); }
div.DivClassName
{
background-color: #DB196F;
}
.BgClassName
{
background-color: #DB196F;
}
</style>
border-color css
<style>
span { border-color: #DB196F; }
span { border-color: rgb(219,25,111); }
td.TdClassName
{
border-color: #DB196F;
}
.TagClassName
{
border-color: #DB196F;
}
</style>