Shades of Ruby #DB135F
Tints of Ruby #DB135F
RGB
CMYK
RGB Variations
Color information
#DB135F (or 0xDB135F) is known color: Ruby. HEX triplet: DB, 13 and 5F. RGB value is (219,19,95). Sum of RGB (Red+Green+Blue) = 219+19+95=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB135F is #24ECA0. Grayscale: #575757. Windows color (decimal): -2419873 or 6231003. OLE color: 6231003.
HSL color Cylindrical-coordinate representation of color #DB135F: hue angle of 337.2º 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 #DB135F is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 95 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.14 |
| HSL | 337.2º | 0.84% | 0.47% | - |
| HSV(B) | 337.2º | 0.91% | 0.86% | - |
| XYZ | 31.51 | 16.35 | 12.32 | - |
| YUV | 87.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 95 | 0 | 0.91 | 0.57 | 0.14 | 337.2 | 0.84 | 0.47 |
| Hex | DB | 13 | 5F | 0 | 5B | 39 | E | 151 | 54 | 2F |
| Octal | 333 | 23 | 137 | 0 | 133 | 71 | 16 | 521 | 124 | 57 |
| Binary | 11011011 | 10011 | 1011111 | 0 | 1011011 | 111001 | 1110 | 101010001 | 1010100 | 101111 |
Color Harmonies of #DB135F
Complementary color
Monochromatic Colors of #DB135F
Black with #DB135F
Text Example
Text Example
White with #DB135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB135F; }
p { color: rgb(219,19,95); }
H1.HeaderClassName
{
color: #DB135F;
}
.AnyTagClassName
{
color: #DB135F;
}
</style>
background-color css
<style>
a { background-color: #DB135F; }
a { background-color: rgb(219,19,95); }
div.DivClassName
{
background-color: #DB135F;
}
.BgClassName
{
background-color: #DB135F;
}
</style>
border-color css
<style>
span { border-color: #DB135F; }
span { border-color: rgb(219,19,95); }
td.TdClassName
{
border-color: #DB135F;
}
.TagClassName
{
border-color: #DB135F;
}
</style>