Shades of Ruby #DB146E
Tints of Ruby #DB146E
RGB
CMYK
RGB Variations
Color information
#DB146E (or 0xDB146E) is known color: Ruby. HEX triplet: DB, 14 and 6E. RGB value is (219,20,110). Sum of RGB (Red+Green+Blue) = 219+20+110=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB146E is #24EB91. Grayscale: #595959. Windows color (decimal): -2419602 or 7214299. OLE color: 7214299.
HSL color Cylindrical-coordinate representation of color #DB146E: hue angle of 332.86º 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 #DB146E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.14 |
| HSL | 332.86º | 0.83% | 0.47% | - |
| HSV(B) | 332.86º | 0.91% | 0.86% | - |
| XYZ | 32.28 | 16.69 | 16.27 | - |
| YUV | 89.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 110 | 0 | 0.91 | 0.50 | 0.14 | 332.86 | 0.83 | 0.47 |
| Hex | DB | 14 | 6E | 0 | 5B | 32 | E | 14D | 53 | 2F |
| Octal | 333 | 24 | 156 | 0 | 133 | 62 | 16 | 515 | 123 | 57 |
| Binary | 11011011 | 10100 | 1101110 | 0 | 1011011 | 110010 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DB146E
Complementary color
Monochromatic Colors of #DB146E
Black with #DB146E
Text Example
Text Example
White with #DB146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB146E; }
p { color: rgb(219,20,110); }
H1.HeaderClassName
{
color: #DB146E;
}
.AnyTagClassName
{
color: #DB146E;
}
</style>
background-color css
<style>
a { background-color: #DB146E; }
a { background-color: rgb(219,20,110); }
div.DivClassName
{
background-color: #DB146E;
}
.BgClassName
{
background-color: #DB146E;
}
</style>
border-color css
<style>
span { border-color: #DB146E; }
span { border-color: rgb(219,20,110); }
td.TdClassName
{
border-color: #DB146E;
}
.TagClassName
{
border-color: #DB146E;
}
</style>