Shades of Ruby #DB115E
Tints of Ruby #DB115E
RGB
CMYK
RGB Variations
Color information
#DB115E (or 0xDB115E) is known color: Ruby. HEX triplet: DB, 11 and 5E. RGB value is (219,17,94). Sum of RGB (Red+Green+Blue) = 219+17+94=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB115E is #24EEA1. Grayscale: #565656. Windows color (decimal): -2420386 or 6164955. OLE color: 6164955.
HSL color Cylindrical-coordinate representation of color #DB115E: hue angle of 337.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB115E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.14 |
| HSL | 337.13º | 0.86% | 0.46% | - |
| HSV(B) | 337.13º | 0.92% | 0.86% | - |
| XYZ | 31.43 | 16.27 | 12.07 | - |
| YUV | 86.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 94 | 0 | 0.92 | 0.57 | 0.14 | 337.13 | 0.86 | 0.46 |
| Hex | DB | 11 | 5E | 0 | 5C | 39 | E | 151 | 56 | 2E |
| Octal | 333 | 21 | 136 | 0 | 134 | 71 | 16 | 521 | 126 | 56 |
| Binary | 11011011 | 10001 | 1011110 | 0 | 1011100 | 111001 | 1110 | 101010001 | 1010110 | 101110 |
Color Harmonies of #DB115E
Complementary color
Monochromatic Colors of #DB115E
Black with #DB115E
Text Example
Text Example
White with #DB115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB115E; }
p { color: rgb(219,17,94); }
H1.HeaderClassName
{
color: #DB115E;
}
.AnyTagClassName
{
color: #DB115E;
}
</style>
background-color css
<style>
a { background-color: #DB115E; }
a { background-color: rgb(219,17,94); }
div.DivClassName
{
background-color: #DB115E;
}
.BgClassName
{
background-color: #DB115E;
}
</style>
border-color css
<style>
span { border-color: #DB115E; }
span { border-color: rgb(219,17,94); }
td.TdClassName
{
border-color: #DB115E;
}
.TagClassName
{
border-color: #DB115E;
}
</style>