Shades of Ruby #DB0669
Tints of Ruby #DB0669
RGB
CMYK
RGB Variations
Color information
#DB0669 (or 0xDB0669) is known color: Ruby. HEX triplet: DB, 06 and 69. RGB value is (219,6,105). Sum of RGB (Red+Green+Blue) = 219+6+105=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0669 is #24F996. Grayscale: #505050. Windows color (decimal): -2423191 or 6883035. OLE color: 6883035.
HSL color Cylindrical-coordinate representation of color #DB0669: hue angle of 332.11º 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 #DB0669 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.14 |
| HSL | 332.11º | 0.95% | 0.44% | - |
| HSV(B) | 332.11º | 0.97% | 0.86% | - |
| XYZ | 31.83 | 16.21 | 14.82 | - |
| YUV | 80.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 105 | 0 | 0.97 | 0.52 | 0.14 | 332.11 | 0.95 | 0.44 |
| Hex | DB | 6 | 69 | 0 | 61 | 34 | E | 14C | 5F | 2C |
| Octal | 333 | 6 | 151 | 0 | 141 | 64 | 16 | 514 | 137 | 54 |
| Binary | 11011011 | 110 | 1101001 | 0 | 1100001 | 110100 | 1110 | 101001100 | 1011111 | 101100 |
Color Harmonies of #DB0669
Complementary color
Monochromatic Colors of #DB0669
Black with #DB0669
Text Example
Text Example
White with #DB0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0669; }
p { color: rgb(219,6,105); }
H1.HeaderClassName
{
color: #DB0669;
}
.AnyTagClassName
{
color: #DB0669;
}
</style>
background-color css
<style>
a { background-color: #DB0669; }
a { background-color: rgb(219,6,105); }
div.DivClassName
{
background-color: #DB0669;
}
.BgClassName
{
background-color: #DB0669;
}
</style>
border-color css
<style>
span { border-color: #DB0669; }
span { border-color: rgb(219,6,105); }
td.TdClassName
{
border-color: #DB0669;
}
.TagClassName
{
border-color: #DB0669;
}
</style>