Shades of Ruby #DB165F
Tints of Ruby #DB165F
RGB
CMYK
RGB Variations
Color information
#DB165F (or 0xDB165F) is known color: Ruby. HEX triplet: DB, 16 and 5F. RGB value is (219,22,95). Sum of RGB (Red+Green+Blue) = 219+22+95=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB165F is #24E9A0. Grayscale: #595959. Windows color (decimal): -2419105 or 6231771. OLE color: 6231771.
HSL color Cylindrical-coordinate representation of color #DB165F: hue angle of 337.77º 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 #DB165F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.14 |
| HSL | 337.77º | 0.82% | 0.47% | - |
| HSV(B) | 337.77º | 0.9% | 0.86% | - |
| XYZ | 31.57 | 16.46 | 12.34 | - |
| YUV | 89.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 95 | 0 | 0.90 | 0.57 | 0.14 | 337.77 | 0.82 | 0.47 |
| Hex | DB | 16 | 5F | 0 | 5A | 39 | E | 152 | 52 | 2F |
| Octal | 333 | 26 | 137 | 0 | 132 | 71 | 16 | 522 | 122 | 57 |
| Binary | 11011011 | 10110 | 1011111 | 0 | 1011010 | 111001 | 1110 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DB165F
Complementary color
Monochromatic Colors of #DB165F
Black with #DB165F
Text Example
Text Example
White with #DB165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB165F; }
p { color: rgb(219,22,95); }
H1.HeaderClassName
{
color: #DB165F;
}
.AnyTagClassName
{
color: #DB165F;
}
</style>
background-color css
<style>
a { background-color: #DB165F; }
a { background-color: rgb(219,22,95); }
div.DivClassName
{
background-color: #DB165F;
}
.BgClassName
{
background-color: #DB165F;
}
</style>
border-color css
<style>
span { border-color: #DB165F; }
span { border-color: rgb(219,22,95); }
td.TdClassName
{
border-color: #DB165F;
}
.TagClassName
{
border-color: #DB165F;
}
</style>