Shades of Ruby #DB156B
Tints of Ruby #DB156B
RGB
CMYK
RGB Variations
Color information
#DB156B (or 0xDB156B) is known color: Ruby. HEX triplet: DB, 15 and 6B. RGB value is (219,21,107). Sum of RGB (Red+Green+Blue) = 219+21+107=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB156B is #24EA94. Grayscale: #595959. Windows color (decimal): -2419349 or 7017947. OLE color: 7017947.
HSL color Cylindrical-coordinate representation of color #DB156B: hue angle of 333.94º 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 #DB156B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.14 |
| HSL | 333.94º | 0.83% | 0.47% | - |
| HSV(B) | 333.94º | 0.9% | 0.86% | - |
| XYZ | 32.14 | 16.66 | 15.43 | - |
| YUV | 90.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 107 | 0 | 0.90 | 0.51 | 0.14 | 333.94 | 0.83 | 0.47 |
| Hex | DB | 15 | 6B | 0 | 5A | 33 | E | 14E | 52 | 2F |
| Octal | 333 | 25 | 153 | 0 | 132 | 63 | 16 | 516 | 122 | 57 |
| Binary | 11011011 | 10101 | 1101011 | 0 | 1011010 | 110011 | 1110 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DB156B
Complementary color
Monochromatic Colors of #DB156B
Black with #DB156B
Text Example
Text Example
White with #DB156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB156B; }
p { color: rgb(219,21,107); }
H1.HeaderClassName
{
color: #DB156B;
}
.AnyTagClassName
{
color: #DB156B;
}
</style>
background-color css
<style>
a { background-color: #DB156B; }
a { background-color: rgb(219,21,107); }
div.DivClassName
{
background-color: #DB156B;
}
.BgClassName
{
background-color: #DB156B;
}
</style>
border-color css
<style>
span { border-color: #DB156B; }
span { border-color: rgb(219,21,107); }
td.TdClassName
{
border-color: #DB156B;
}
.TagClassName
{
border-color: #DB156B;
}
</style>