Shades of Ruby #DB185A
Tints of Ruby #DB185A
RGB
CMYK
RGB Variations
Color information
#DB185A (or 0xDB185A) is known color: Ruby. HEX triplet: DB, 18 and 5A. RGB value is (219,24,90). Sum of RGB (Red+Green+Blue) = 219+24+90=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB185A is #24E7A5. Grayscale: #595959. Windows color (decimal): -2418598 or 5904603. OLE color: 5904603.
HSL color Cylindrical-coordinate representation of color #DB185A: hue angle of 339.69º 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 #DB185A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 90 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.14 |
| HSL | 339.69º | 0.8% | 0.48% | - |
| HSV(B) | 339.69º | 0.89% | 0.86% | - |
| XYZ | 31.39 | 16.45 | 11.19 | - |
| YUV | 89.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 90 | 0 | 0.89 | 0.59 | 0.14 | 339.69 | 0.8 | 0.48 |
| Hex | DB | 18 | 5A | 0 | 59 | 3B | E | 154 | 50 | 30 |
| Octal | 333 | 30 | 132 | 0 | 131 | 73 | 16 | 524 | 120 | 60 |
| Binary | 11011011 | 11000 | 1011010 | 0 | 1011001 | 111011 | 1110 | 101010100 | 1010000 | 110000 |
Color Harmonies of #DB185A
Complementary color
Monochromatic Colors of #DB185A
Black with #DB185A
Text Example
Text Example
White with #DB185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB185A; }
p { color: rgb(219,24,90); }
H1.HeaderClassName
{
color: #DB185A;
}
.AnyTagClassName
{
color: #DB185A;
}
</style>
background-color css
<style>
a { background-color: #DB185A; }
a { background-color: rgb(219,24,90); }
div.DivClassName
{
background-color: #DB185A;
}
.BgClassName
{
background-color: #DB185A;
}
</style>
border-color css
<style>
span { border-color: #DB185A; }
span { border-color: rgb(219,24,90); }
td.TdClassName
{
border-color: #DB185A;
}
.TagClassName
{
border-color: #DB185A;
}
</style>