Shades of Ruby #DB156C
Tints of Ruby #DB156C
RGB
CMYK
RGB Variations
Color information
#DB156C (or 0xDB156C) is known color: Ruby. HEX triplet: DB, 15 and 6C. RGB value is (219,21,108). Sum of RGB (Red+Green+Blue) = 219+21+108=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB156C is #24EA93. Grayscale: #595959. Windows color (decimal): -2419348 or 7083483. OLE color: 7083483.
HSL color Cylindrical-coordinate representation of color #DB156C: hue angle of 333.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 #DB156C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.14 |
| HSL | 333.64º | 0.83% | 0.47% | - |
| HSV(B) | 333.64º | 0.9% | 0.86% | - |
| XYZ | 32.19 | 16.68 | 15.71 | - |
| YUV | 90.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 108 | 0 | 0.90 | 0.51 | 0.14 | 333.64 | 0.83 | 0.47 |
| Hex | DB | 15 | 6C | 0 | 5A | 33 | E | 14E | 52 | 2F |
| Octal | 333 | 25 | 154 | 0 | 132 | 63 | 16 | 516 | 122 | 57 |
| Binary | 11011011 | 10101 | 1101100 | 0 | 1011010 | 110011 | 1110 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DB156C
Complementary color
Monochromatic Colors of #DB156C
Black with #DB156C
Text Example
Text Example
White with #DB156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB156C; }
p { color: rgb(219,21,108); }
H1.HeaderClassName
{
color: #DB156C;
}
.AnyTagClassName
{
color: #DB156C;
}
</style>
background-color css
<style>
a { background-color: #DB156C; }
a { background-color: rgb(219,21,108); }
div.DivClassName
{
background-color: #DB156C;
}
.BgClassName
{
background-color: #DB156C;
}
</style>
border-color css
<style>
span { border-color: #DB156C; }
span { border-color: rgb(219,21,108); }
td.TdClassName
{
border-color: #DB156C;
}
.TagClassName
{
border-color: #DB156C;
}
</style>