Shades of Ruby #DB146A
Tints of Ruby #DB146A
RGB
CMYK
RGB Variations
Color information
#DB146A (or 0xDB146A) is known color: Ruby. HEX triplet: DB, 14 and 6A. RGB value is (219,20,106). Sum of RGB (Red+Green+Blue) = 219+20+106=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB146A is #24EB95. Grayscale: #595959. Windows color (decimal): -2419606 or 6952155. OLE color: 6952155.
HSL color Cylindrical-coordinate representation of color #DB146A: hue angle of 334.07º 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 #DB146A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.14 |
| HSL | 334.07º | 0.83% | 0.47% | - |
| HSV(B) | 334.07º | 0.91% | 0.86% | - |
| XYZ | 32.07 | 16.6 | 15.15 | - |
| YUV | 89.31 | 137.43 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 106 | 0 | 0.91 | 0.52 | 0.14 | 334.07 | 0.83 | 0.47 |
| Hex | DB | 14 | 6A | 0 | 5B | 34 | E | 14E | 53 | 2F |
| Octal | 333 | 24 | 152 | 0 | 133 | 64 | 16 | 516 | 123 | 57 |
| Binary | 11011011 | 10100 | 1101010 | 0 | 1011011 | 110100 | 1110 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DB146A
Complementary color
Monochromatic Colors of #DB146A
Black with #DB146A
Text Example
Text Example
White with #DB146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB146A; }
p { color: rgb(219,20,106); }
H1.HeaderClassName
{
color: #DB146A;
}
.AnyTagClassName
{
color: #DB146A;
}
</style>
background-color css
<style>
a { background-color: #DB146A; }
a { background-color: rgb(219,20,106); }
div.DivClassName
{
background-color: #DB146A;
}
.BgClassName
{
background-color: #DB146A;
}
</style>
border-color css
<style>
span { border-color: #DB146A; }
span { border-color: rgb(219,20,106); }
td.TdClassName
{
border-color: #DB146A;
}
.TagClassName
{
border-color: #DB146A;
}
</style>