Shades of Ruby #DB066C
Tints of Ruby #DB066C
RGB
CMYK
RGB Variations
Color information
#DB066C (or 0xDB066C) is known color: Ruby. HEX triplet: DB, 06 and 6C. RGB value is (219,6,108). Sum of RGB (Red+Green+Blue) = 219+6+108=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB066C is #24F993. Grayscale: #515151. Windows color (decimal): -2423188 or 7079643. OLE color: 7079643.
HSL color Cylindrical-coordinate representation of color #DB066C: hue angle of 331.27º 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 #DB066C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.14 |
| HSL | 331.27º | 0.95% | 0.44% | - |
| HSV(B) | 331.27º | 0.97% | 0.86% | - |
| XYZ | 31.99 | 16.27 | 15.64 | - |
| YUV | 81.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 108 | 0 | 0.97 | 0.51 | 0.14 | 331.27 | 0.95 | 0.44 |
| Hex | DB | 6 | 6C | 0 | 61 | 33 | E | 14B | 5F | 2C |
| Octal | 333 | 6 | 154 | 0 | 141 | 63 | 16 | 513 | 137 | 54 |
| Binary | 11011011 | 110 | 1101100 | 0 | 1100001 | 110011 | 1110 | 101001011 | 1011111 | 101100 |
Color Harmonies of #DB066C
Complementary color
Monochromatic Colors of #DB066C
Black with #DB066C
Text Example
Text Example
White with #DB066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB066C; }
p { color: rgb(219,6,108); }
H1.HeaderClassName
{
color: #DB066C;
}
.AnyTagClassName
{
color: #DB066C;
}
</style>
background-color css
<style>
a { background-color: #DB066C; }
a { background-color: rgb(219,6,108); }
div.DivClassName
{
background-color: #DB066C;
}
.BgClassName
{
background-color: #DB066C;
}
</style>
border-color css
<style>
span { border-color: #DB066C; }
span { border-color: rgb(219,6,108); }
td.TdClassName
{
border-color: #DB066C;
}
.TagClassName
{
border-color: #DB066C;
}
</style>