Shades of Ruby #DB066A
Tints of Ruby #DB066A
RGB
CMYK
RGB Variations
Color information
#DB066A (or 0xDB066A) is known color: Ruby. HEX triplet: DB, 06 and 6A. RGB value is (219,6,106). Sum of RGB (Red+Green+Blue) = 219+6+106=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB066A is #24F995. Grayscale: #505050. Windows color (decimal): -2423190 or 6948571. OLE color: 6948571.
HSL color Cylindrical-coordinate representation of color #DB066A: hue angle of 331.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB066A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.14 |
| HSL | 331.83º | 0.95% | 0.44% | - |
| HSV(B) | 331.83º | 0.97% | 0.86% | - |
| XYZ | 31.88 | 16.23 | 15.09 | - |
| YUV | 81.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 106 | 0 | 0.97 | 0.52 | 0.14 | 331.83 | 0.95 | 0.44 |
| Hex | DB | 6 | 6A | 0 | 61 | 34 | E | 14C | 5F | 2C |
| Octal | 333 | 6 | 152 | 0 | 141 | 64 | 16 | 514 | 137 | 54 |
| Binary | 11011011 | 110 | 1101010 | 0 | 1100001 | 110100 | 1110 | 101001100 | 1011111 | 101100 |
Color Harmonies of #DB066A
Complementary color
Monochromatic Colors of #DB066A
Black with #DB066A
Text Example
Text Example
White with #DB066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB066A; }
p { color: rgb(219,6,106); }
H1.HeaderClassName
{
color: #DB066A;
}
.AnyTagClassName
{
color: #DB066A;
}
</style>
background-color css
<style>
a { background-color: #DB066A; }
a { background-color: rgb(219,6,106); }
div.DivClassName
{
background-color: #DB066A;
}
.BgClassName
{
background-color: #DB066A;
}
</style>
border-color css
<style>
span { border-color: #DB066A; }
span { border-color: rgb(219,6,106); }
td.TdClassName
{
border-color: #DB066A;
}
.TagClassName
{
border-color: #DB066A;
}
</style>