Shades of Ruby #DB146C
Tints of Ruby #DB146C
RGB
CMYK
RGB Variations
Color information
#DB146C (or 0xDB146C) is known color: Ruby. HEX triplet: DB, 14 and 6C. RGB value is (219,20,108). Sum of RGB (Red+Green+Blue) = 219+20+108=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB146C is #24EB93. Grayscale: #595959. Windows color (decimal): -2419604 or 7083227. OLE color: 7083227.
HSL color Cylindrical-coordinate representation of color #DB146C: hue angle of 333.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB146C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.14 |
| HSL | 333.47º | 0.83% | 0.47% | - |
| HSV(B) | 333.47º | 0.91% | 0.86% | - |
| XYZ | 32.17 | 16.64 | 15.7 | - |
| YUV | 89.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 108 | 0 | 0.91 | 0.51 | 0.14 | 333.47 | 0.83 | 0.47 |
| Hex | DB | 14 | 6C | 0 | 5B | 33 | E | 14D | 53 | 2F |
| Octal | 333 | 24 | 154 | 0 | 133 | 63 | 16 | 515 | 123 | 57 |
| Binary | 11011011 | 10100 | 1101100 | 0 | 1011011 | 110011 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DB146C
Complementary color
Monochromatic Colors of #DB146C
Black with #DB146C
Text Example
Text Example
White with #DB146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB146C; }
p { color: rgb(219,20,108); }
H1.HeaderClassName
{
color: #DB146C;
}
.AnyTagClassName
{
color: #DB146C;
}
</style>
background-color css
<style>
a { background-color: #DB146C; }
a { background-color: rgb(219,20,108); }
div.DivClassName
{
background-color: #DB146C;
}
.BgClassName
{
background-color: #DB146C;
}
</style>
border-color css
<style>
span { border-color: #DB146C; }
span { border-color: rgb(219,20,108); }
td.TdClassName
{
border-color: #DB146C;
}
.TagClassName
{
border-color: #DB146C;
}
</style>