Shades of Ruby #DB1A6C
Tints of Ruby #DB1A6C
RGB
CMYK
RGB Variations
Color information
#DB1A6C (or 0xDB1A6C) is known color: Ruby. HEX triplet: DB, 1A and 6C. RGB value is (219,26,108). Sum of RGB (Red+Green+Blue) = 219+26+108=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A6C is #24E593. Grayscale: #5C5C5C. Windows color (decimal): -2418068 or 7084763. OLE color: 7084763.
HSL color Cylindrical-coordinate representation of color #DB1A6C: hue angle of 334.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A6C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 108 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.14 |
| HSL | 334.51º | 0.79% | 0.48% | - |
| HSV(B) | 334.51º | 0.88% | 0.86% | - |
| XYZ | 32.29 | 16.88 | 15.74 | - |
| YUV | 93.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 108 | 0 | 0.88 | 0.51 | 0.14 | 334.51 | 0.79 | 0.48 |
| Hex | DB | 1A | 6C | 0 | 58 | 33 | E | 14F | 4F | 30 |
| Octal | 333 | 32 | 154 | 0 | 130 | 63 | 16 | 517 | 117 | 60 |
| Binary | 11011011 | 11010 | 1101100 | 0 | 1011000 | 110011 | 1110 | 101001111 | 1001111 | 110000 |
Color Harmonies of #DB1A6C
Complementary color
Monochromatic Colors of #DB1A6C
Black with #DB1A6C
Text Example
Text Example
White with #DB1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A6C; }
p { color: rgb(219,26,108); }
H1.HeaderClassName
{
color: #DB1A6C;
}
.AnyTagClassName
{
color: #DB1A6C;
}
</style>
background-color css
<style>
a { background-color: #DB1A6C; }
a { background-color: rgb(219,26,108); }
div.DivClassName
{
background-color: #DB1A6C;
}
.BgClassName
{
background-color: #DB1A6C;
}
</style>
border-color css
<style>
span { border-color: #DB1A6C; }
span { border-color: rgb(219,26,108); }
td.TdClassName
{
border-color: #DB1A6C;
}
.TagClassName
{
border-color: #DB1A6C;
}
</style>