Shades of Ruby #DB1E6A
Tints of Ruby #DB1E6A
RGB
CMYK
RGB Variations
Color information
#DB1E6A (or 0xDB1E6A) is known color: Ruby. HEX triplet: DB, 1E and 6A. RGB value is (219,30,106). Sum of RGB (Red+Green+Blue) = 219+30+106=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1E6A is #24E195. Grayscale: #5F5F5F. Windows color (decimal): -2417046 or 6954715. OLE color: 6954715.
HSL color Cylindrical-coordinate representation of color #DB1E6A: hue angle of 335.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E6A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 106 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.14 |
| HSL | 335.87º | 0.76% | 0.49% | - |
| HSV(B) | 335.87º | 0.86% | 0.86% | - |
| XYZ | 32.28 | 17.03 | 15.22 | - |
| YUV | 95.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 106 | 0 | 0.86 | 0.52 | 0.14 | 335.87 | 0.76 | 0.49 |
| Hex | DB | 1E | 6A | 0 | 56 | 34 | E | 150 | 4C | 31 |
| Octal | 333 | 36 | 152 | 0 | 126 | 64 | 16 | 520 | 114 | 61 |
| Binary | 11011011 | 11110 | 1101010 | 0 | 1010110 | 110100 | 1110 | 101010000 | 1001100 | 110001 |
Color Harmonies of #DB1E6A
Complementary color
Monochromatic Colors of #DB1E6A
Black with #DB1E6A
Text Example
Text Example
White with #DB1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E6A; }
p { color: rgb(219,30,106); }
H1.HeaderClassName
{
color: #DB1E6A;
}
.AnyTagClassName
{
color: #DB1E6A;
}
</style>
background-color css
<style>
a { background-color: #DB1E6A; }
a { background-color: rgb(219,30,106); }
div.DivClassName
{
background-color: #DB1E6A;
}
.BgClassName
{
background-color: #DB1E6A;
}
</style>
border-color css
<style>
span { border-color: #DB1E6A; }
span { border-color: rgb(219,30,106); }
td.TdClassName
{
border-color: #DB1E6A;
}
.TagClassName
{
border-color: #DB1E6A;
}
</style>