Shades of Ruby #DC0E66
Tints of Ruby #DC0E66
RGB
CMYK
RGB Variations
Color information
#DC0E66 (or 0xDC0E66) is known color: Ruby. HEX triplet: DC, 0E and 66. RGB value is (220,14,102). Sum of RGB (Red+Green+Blue) = 220+14+102=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E66 is #23F199. Grayscale: #555555. Windows color (decimal): -2355610 or 6688476. OLE color: 6688476.
HSL color Cylindrical-coordinate representation of color #DC0E66: hue angle of 334.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E66 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 102 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.14 |
| HSL | 334.37º | 0.88% | 0.46% | - |
| HSV(B) | 334.37º | 0.94% | 0.86% | - |
| XYZ | 32.07 | 16.49 | 14.06 | - |
| YUV | 85.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 102 | 0 | 0.94 | 0.54 | 0.14 | 334.37 | 0.88 | 0.46 |
| Hex | DC | E | 66 | 0 | 5E | 36 | E | 14E | 58 | 2E |
| Octal | 334 | 16 | 146 | 0 | 136 | 66 | 16 | 516 | 130 | 56 |
| Binary | 11011100 | 1110 | 1100110 | 0 | 1011110 | 110110 | 1110 | 101001110 | 1011000 | 101110 |
Color Harmonies of #DC0E66
Complementary color
Monochromatic Colors of #DC0E66
Black with #DC0E66
Text Example
Text Example
White with #DC0E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E66; }
p { color: rgb(220,14,102); }
H1.HeaderClassName
{
color: #DC0E66;
}
.AnyTagClassName
{
color: #DC0E66;
}
</style>
background-color css
<style>
a { background-color: #DC0E66; }
a { background-color: rgb(220,14,102); }
div.DivClassName
{
background-color: #DC0E66;
}
.BgClassName
{
background-color: #DC0E66;
}
</style>
border-color css
<style>
span { border-color: #DC0E66; }
span { border-color: rgb(220,14,102); }
td.TdClassName
{
border-color: #DC0E66;
}
.TagClassName
{
border-color: #DC0E66;
}
</style>