Shades of Ruby #DB156A
Tints of Ruby #DB156A
RGB
CMYK
RGB Variations
Color information
#DB156A (or 0xDB156A) is known color: Ruby. HEX triplet: DB, 15 and 6A. RGB value is (219,21,106). Sum of RGB (Red+Green+Blue) = 219+21+106=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB156A is #24EA95. Grayscale: #595959. Windows color (decimal): -2419350 or 6952411. OLE color: 6952411.
HSL color Cylindrical-coordinate representation of color #DB156A: hue angle of 334.24º 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 #DB156A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 106 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.14 |
| HSL | 334.24º | 0.83% | 0.47% | - |
| HSV(B) | 334.24º | 0.9% | 0.86% | - |
| XYZ | 32.08 | 16.64 | 15.16 | - |
| YUV | 89.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 106 | 0 | 0.90 | 0.52 | 0.14 | 334.24 | 0.83 | 0.47 |
| Hex | DB | 15 | 6A | 0 | 5A | 34 | E | 14E | 52 | 2F |
| Octal | 333 | 25 | 152 | 0 | 132 | 64 | 16 | 516 | 122 | 57 |
| Binary | 11011011 | 10101 | 1101010 | 0 | 1011010 | 110100 | 1110 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DB156A
Complementary color
Monochromatic Colors of #DB156A
Black with #DB156A
Text Example
Text Example
White with #DB156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB156A; }
p { color: rgb(219,21,106); }
H1.HeaderClassName
{
color: #DB156A;
}
.AnyTagClassName
{
color: #DB156A;
}
</style>
background-color css
<style>
a { background-color: #DB156A; }
a { background-color: rgb(219,21,106); }
div.DivClassName
{
background-color: #DB156A;
}
.BgClassName
{
background-color: #DB156A;
}
</style>
border-color css
<style>
span { border-color: #DB156A; }
span { border-color: rgb(219,21,106); }
td.TdClassName
{
border-color: #DB156A;
}
.TagClassName
{
border-color: #DB156A;
}
</style>