Shades of Ruby #DB196A
Tints of Ruby #DB196A
RGB
CMYK
RGB Variations
Color information
#DB196A (or 0xDB196A) is known color: Ruby. HEX triplet: DB, 19 and 6A. RGB value is (219,25,106). Sum of RGB (Red+Green+Blue) = 219+25+106=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB196A is #24E695. Grayscale: #5C5C5C. Windows color (decimal): -2418326 or 6953435. OLE color: 6953435.
HSL color Cylindrical-coordinate representation of color #DB196A: hue angle of 334.95º 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 #DB196A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 334.95º | 0.8% | 0.48% | - |
| HSV(B) | 334.95º | 0.89% | 0.86% | - |
| XYZ | 32.16 | 16.8 | 15.18 | - |
| YUV | 92.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 106 | 0 | 0.89 | 0.52 | 0.14 | 334.95 | 0.8 | 0.48 |
| Hex | DB | 19 | 6A | 0 | 59 | 34 | E | 14F | 50 | 30 |
| Octal | 333 | 31 | 152 | 0 | 131 | 64 | 16 | 517 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101010 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DB196A
Complementary color
Monochromatic Colors of #DB196A
Black with #DB196A
Text Example
Text Example
White with #DB196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB196A; }
p { color: rgb(219,25,106); }
H1.HeaderClassName
{
color: #DB196A;
}
.AnyTagClassName
{
color: #DB196A;
}
</style>
background-color css
<style>
a { background-color: #DB196A; }
a { background-color: rgb(219,25,106); }
div.DivClassName
{
background-color: #DB196A;
}
.BgClassName
{
background-color: #DB196A;
}
</style>
border-color css
<style>
span { border-color: #DB196A; }
span { border-color: rgb(219,25,106); }
td.TdClassName
{
border-color: #DB196A;
}
.TagClassName
{
border-color: #DB196A;
}
</style>