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