Shades of Ruby #DB195D
Tints of Ruby #DB195D
RGB
CMYK
RGB Variations
Color information
#DB195D (or 0xDB195D) is known color: Ruby. HEX triplet: DB, 19 and 5D. RGB value is (219,25,93). Sum of RGB (Red+Green+Blue) = 219+25+93=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB195D is #24E6A2. Grayscale: #5A5A5A. Windows color (decimal): -2418339 or 6101467. OLE color: 6101467.
HSL color Cylindrical-coordinate representation of color #DB195D: hue angle of 338.97º 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 #DB195D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.14 |
| HSL | 338.97º | 0.8% | 0.48% | - |
| HSV(B) | 338.97º | 0.89% | 0.86% | - |
| XYZ | 31.54 | 16.55 | 11.89 | - |
| YUV | 90.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 93 | 0 | 0.89 | 0.58 | 0.14 | 338.97 | 0.8 | 0.48 |
| Hex | DB | 19 | 5D | 0 | 59 | 3A | E | 153 | 50 | 30 |
| Octal | 333 | 31 | 135 | 0 | 131 | 72 | 16 | 523 | 120 | 60 |
| Binary | 11011011 | 11001 | 1011101 | 0 | 1011001 | 111010 | 1110 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DB195D
Complementary color
Monochromatic Colors of #DB195D
Black with #DB195D
Text Example
Text Example
White with #DB195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB195D; }
p { color: rgb(219,25,93); }
H1.HeaderClassName
{
color: #DB195D;
}
.AnyTagClassName
{
color: #DB195D;
}
</style>
background-color css
<style>
a { background-color: #DB195D; }
a { background-color: rgb(219,25,93); }
div.DivClassName
{
background-color: #DB195D;
}
.BgClassName
{
background-color: #DB195D;
}
</style>
border-color css
<style>
span { border-color: #DB195D; }
span { border-color: rgb(219,25,93); }
td.TdClassName
{
border-color: #DB195D;
}
.TagClassName
{
border-color: #DB195D;
}
</style>