Shades of Ruby #DB134F
Tints of Ruby #DB134F
RGB
CMYK
RGB Variations
Color information
#DB134F (or 0xDB134F) is known color: Ruby. HEX triplet: DB, 13 and 4F. RGB value is (219,19,79). Sum of RGB (Red+Green+Blue) = 219+19+79=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB134F is #24ECB0. Grayscale: #555555. Windows color (decimal): -2419889 or 5182427. OLE color: 5182427.
HSL color Cylindrical-coordinate representation of color #DB134F: hue angle of 342º 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 #DB134F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.14 |
| HSL | 342º | 0.84% | 0.47% | - |
| HSV(B) | 342º | 0.91% | 0.86% | - |
| XYZ | 30.86 | 16.09 | 8.88 | - |
| YUV | 85.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 79 | 0 | 0.91 | 0.64 | 0.14 | 342 | 0.84 | 0.47 |
| Hex | DB | 13 | 4F | 0 | 5B | 40 | E | 156 | 54 | 2F |
| Octal | 333 | 23 | 117 | 0 | 133 | 100 | 16 | 526 | 124 | 57 |
| Binary | 11011011 | 10011 | 1001111 | 0 | 1011011 | 1000000 | 1110 | 101010110 | 1010100 | 101111 |
Color Harmonies of #DB134F
Complementary color
Monochromatic Colors of #DB134F
Black with #DB134F
Text Example
Text Example
White with #DB134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB134F; }
p { color: rgb(219,19,79); }
H1.HeaderClassName
{
color: #DB134F;
}
.AnyTagClassName
{
color: #DB134F;
}
</style>
background-color css
<style>
a { background-color: #DB134F; }
a { background-color: rgb(219,19,79); }
div.DivClassName
{
background-color: #DB134F;
}
.BgClassName
{
background-color: #DB134F;
}
</style>
border-color css
<style>
span { border-color: #DB134F; }
span { border-color: rgb(219,19,79); }
td.TdClassName
{
border-color: #DB134F;
}
.TagClassName
{
border-color: #DB134F;
}
</style>