Shades of Ruby #DB186B
Tints of Ruby #DB186B
RGB
CMYK
RGB Variations
Color information
#DB186B (or 0xDB186B) is known color: Ruby. HEX triplet: DB, 18 and 6B. RGB value is (219,24,107). Sum of RGB (Red+Green+Blue) = 219+24+107=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB186B is #24E794. Grayscale: #5B5B5B. Windows color (decimal): -2418581 or 7018715. OLE color: 7018715.
HSL color Cylindrical-coordinate representation of color #DB186B: hue angle of 334.46º 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 #DB186B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 107 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.14 |
| HSL | 334.46º | 0.8% | 0.48% | - |
| HSV(B) | 334.46º | 0.89% | 0.86% | - |
| XYZ | 32.19 | 16.77 | 15.45 | - |
| YUV | 91.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 107 | 0 | 0.89 | 0.51 | 0.14 | 334.46 | 0.8 | 0.48 |
| Hex | DB | 18 | 6B | 0 | 59 | 33 | E | 14E | 50 | 30 |
| Octal | 333 | 30 | 153 | 0 | 131 | 63 | 16 | 516 | 120 | 60 |
| Binary | 11011011 | 11000 | 1101011 | 0 | 1011001 | 110011 | 1110 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DB186B
Complementary color
Monochromatic Colors of #DB186B
Black with #DB186B
Text Example
Text Example
White with #DB186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB186B; }
p { color: rgb(219,24,107); }
H1.HeaderClassName
{
color: #DB186B;
}
.AnyTagClassName
{
color: #DB186B;
}
</style>
background-color css
<style>
a { background-color: #DB186B; }
a { background-color: rgb(219,24,107); }
div.DivClassName
{
background-color: #DB186B;
}
.BgClassName
{
background-color: #DB186B;
}
</style>
border-color css
<style>
span { border-color: #DB186B; }
span { border-color: rgb(219,24,107); }
td.TdClassName
{
border-color: #DB186B;
}
.TagClassName
{
border-color: #DB186B;
}
</style>