Shades of Ruby #DB086C
Tints of Ruby #DB086C
RGB
CMYK
RGB Variations
Color information
#DB086C (or 0xDB086C) is known color: Ruby. HEX triplet: DB, 08 and 6C. RGB value is (219,8,108). Sum of RGB (Red+Green+Blue) = 219+8+108=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB086C is #24F793. Grayscale: #525252. Windows color (decimal): -2422676 or 7080155. OLE color: 7080155.
HSL color Cylindrical-coordinate representation of color #DB086C: hue angle of 331.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB086C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.14 |
| HSL | 331.56º | 0.93% | 0.45% | - |
| HSV(B) | 331.56º | 0.96% | 0.86% | - |
| XYZ | 32.01 | 16.32 | 15.65 | - |
| YUV | 82.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 108 | 0 | 0.96 | 0.51 | 0.14 | 331.56 | 0.93 | 0.45 |
| Hex | DB | 8 | 6C | 0 | 60 | 33 | E | 14C | 5D | 2D |
| Octal | 333 | 10 | 154 | 0 | 140 | 63 | 16 | 514 | 135 | 55 |
| Binary | 11011011 | 1000 | 1101100 | 0 | 1100000 | 110011 | 1110 | 101001100 | 1011101 | 101101 |
Color Harmonies of #DB086C
Complementary color
Monochromatic Colors of #DB086C
Black with #DB086C
Text Example
Text Example
White with #DB086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB086C; }
p { color: rgb(219,8,108); }
H1.HeaderClassName
{
color: #DB086C;
}
.AnyTagClassName
{
color: #DB086C;
}
</style>
background-color css
<style>
a { background-color: #DB086C; }
a { background-color: rgb(219,8,108); }
div.DivClassName
{
background-color: #DB086C;
}
.BgClassName
{
background-color: #DB086C;
}
</style>
border-color css
<style>
span { border-color: #DB086C; }
span { border-color: rgb(219,8,108); }
td.TdClassName
{
border-color: #DB086C;
}
.TagClassName
{
border-color: #DB086C;
}
</style>