Shades of Ruby #DB164F
Tints of Ruby #DB164F
RGB
CMYK
RGB Variations
Color information
#DB164F (or 0xDB164F) is known color: Ruby. HEX triplet: DB, 16 and 4F. RGB value is (219,22,79). Sum of RGB (Red+Green+Blue) = 219+22+79=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB164F is #24E9B0. Grayscale: #575757. Windows color (decimal): -2419121 or 5183195. OLE color: 5183195.
HSL color Cylindrical-coordinate representation of color #DB164F: hue angle of 342.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB164F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 79 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.14 |
| HSL | 342.64º | 0.82% | 0.47% | - |
| HSV(B) | 342.64º | 0.9% | 0.86% | - |
| XYZ | 30.91 | 16.2 | 8.89 | - |
| YUV | 87.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 79 | 0 | 0.90 | 0.64 | 0.14 | 342.64 | 0.82 | 0.47 |
| Hex | DB | 16 | 4F | 0 | 5A | 40 | E | 157 | 52 | 2F |
| Octal | 333 | 26 | 117 | 0 | 132 | 100 | 16 | 527 | 122 | 57 |
| Binary | 11011011 | 10110 | 1001111 | 0 | 1011010 | 1000000 | 1110 | 101010111 | 1010010 | 101111 |
Color Harmonies of #DB164F
Complementary color
Monochromatic Colors of #DB164F
Black with #DB164F
Text Example
Text Example
White with #DB164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB164F; }
p { color: rgb(219,22,79); }
H1.HeaderClassName
{
color: #DB164F;
}
.AnyTagClassName
{
color: #DB164F;
}
</style>
background-color css
<style>
a { background-color: #DB164F; }
a { background-color: rgb(219,22,79); }
div.DivClassName
{
background-color: #DB164F;
}
.BgClassName
{
background-color: #DB164F;
}
</style>
border-color css
<style>
span { border-color: #DB164F; }
span { border-color: rgb(219,22,79); }
td.TdClassName
{
border-color: #DB164F;
}
.TagClassName
{
border-color: #DB164F;
}
</style>