Shades of Ruby #DC0E65
Tints of Ruby #DC0E65
RGB
CMYK
RGB Variations
Color information
#DC0E65 (or 0xDC0E65) is known color: Ruby. HEX triplet: DC, 0E and 65. RGB value is (220,14,101). Sum of RGB (Red+Green+Blue) = 220+14+101=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E65 is #23F19A. Grayscale: #555555. Windows color (decimal): -2355611 or 6622940. OLE color: 6622940.
HSL color Cylindrical-coordinate representation of color #DC0E65: hue angle of 334.66º 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 #DC0E65 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 101 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.14 |
| HSL | 334.66º | 0.88% | 0.46% | - |
| HSV(B) | 334.66º | 0.94% | 0.86% | - |
| XYZ | 32.02 | 16.47 | 13.8 | - |
| YUV | 85.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 101 | 0 | 0.94 | 0.54 | 0.14 | 334.66 | 0.88 | 0.46 |
| Hex | DC | E | 65 | 0 | 5E | 36 | E | 14F | 58 | 2E |
| Octal | 334 | 16 | 145 | 0 | 136 | 66 | 16 | 517 | 130 | 56 |
| Binary | 11011100 | 1110 | 1100101 | 0 | 1011110 | 110110 | 1110 | 101001111 | 1011000 | 101110 |
Color Harmonies of #DC0E65
Complementary color
Monochromatic Colors of #DC0E65
Black with #DC0E65
Text Example
Text Example
White with #DC0E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E65; }
p { color: rgb(220,14,101); }
H1.HeaderClassName
{
color: #DC0E65;
}
.AnyTagClassName
{
color: #DC0E65;
}
</style>
background-color css
<style>
a { background-color: #DC0E65; }
a { background-color: rgb(220,14,101); }
div.DivClassName
{
background-color: #DC0E65;
}
.BgClassName
{
background-color: #DC0E65;
}
</style>
border-color css
<style>
span { border-color: #DC0E65; }
span { border-color: rgb(220,14,101); }
td.TdClassName
{
border-color: #DC0E65;
}
.TagClassName
{
border-color: #DC0E65;
}
</style>