Shades of Ruby #DB135C
Tints of Ruby #DB135C
RGB
CMYK
RGB Variations
Color information
#DB135C (or 0xDB135C) is known color: Ruby. HEX triplet: DB, 13 and 5C. RGB value is (219,19,92). Sum of RGB (Red+Green+Blue) = 219+19+92=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB135C is #24ECA3. Grayscale: #575757. Windows color (decimal): -2419876 or 6034395. OLE color: 6034395.
HSL color Cylindrical-coordinate representation of color #DB135C: hue angle of 338.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB135C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.14 |
| HSL | 338.1º | 0.84% | 0.47% | - |
| HSV(B) | 338.1º | 0.91% | 0.86% | - |
| XYZ | 31.38 | 16.3 | 11.62 | - |
| YUV | 87.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 92 | 0 | 0.91 | 0.58 | 0.14 | 338.1 | 0.84 | 0.47 |
| Hex | DB | 13 | 5C | 0 | 5B | 3A | E | 152 | 54 | 2F |
| Octal | 333 | 23 | 134 | 0 | 133 | 72 | 16 | 522 | 124 | 57 |
| Binary | 11011011 | 10011 | 1011100 | 0 | 1011011 | 111010 | 1110 | 101010010 | 1010100 | 101111 |
Color Harmonies of #DB135C
Complementary color
Monochromatic Colors of #DB135C
Black with #DB135C
Text Example
Text Example
White with #DB135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB135C; }
p { color: rgb(219,19,92); }
H1.HeaderClassName
{
color: #DB135C;
}
.AnyTagClassName
{
color: #DB135C;
}
</style>
background-color css
<style>
a { background-color: #DB135C; }
a { background-color: rgb(219,19,92); }
div.DivClassName
{
background-color: #DB135C;
}
.BgClassName
{
background-color: #DB135C;
}
</style>
border-color css
<style>
span { border-color: #DB135C; }
span { border-color: rgb(219,19,92); }
td.TdClassName
{
border-color: #DB135C;
}
.TagClassName
{
border-color: #DB135C;
}
</style>