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