Shades of Ruby #DC0E72
Tints of Ruby #DC0E72
RGB
CMYK
RGB Variations
Color information
#DC0E72 (or 0xDC0E72) is known color: Ruby. HEX triplet: DC, 0E and 72. RGB value is (220,14,114). Sum of RGB (Red+Green+Blue) = 220+14+114=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E72 is #23F18D. Grayscale: #565656. Windows color (decimal): -2355598 or 7474908. OLE color: 7474908.
HSL color Cylindrical-coordinate representation of color #DC0E72: hue angle of 330.87º 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 #DC0E72 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 114 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.14 |
| HSL | 330.87º | 0.88% | 0.46% | - |
| HSV(B) | 330.87º | 0.94% | 0.86% | - |
| XYZ | 32.71 | 16.74 | 17.43 | - |
| YUV | 86.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 114 | 0 | 0.94 | 0.48 | 0.14 | 330.87 | 0.88 | 0.46 |
| Hex | DC | E | 72 | 0 | 5E | 30 | E | 14B | 58 | 2E |
| Octal | 334 | 16 | 162 | 0 | 136 | 60 | 16 | 513 | 130 | 56 |
| Binary | 11011100 | 1110 | 1110010 | 0 | 1011110 | 110000 | 1110 | 101001011 | 1011000 | 101110 |
Color Harmonies of #DC0E72
Complementary color
Monochromatic Colors of #DC0E72
Black with #DC0E72
Text Example
Text Example
White with #DC0E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E72; }
p { color: rgb(220,14,114); }
H1.HeaderClassName
{
color: #DC0E72;
}
.AnyTagClassName
{
color: #DC0E72;
}
</style>
background-color css
<style>
a { background-color: #DC0E72; }
a { background-color: rgb(220,14,114); }
div.DivClassName
{
background-color: #DC0E72;
}
.BgClassName
{
background-color: #DC0E72;
}
</style>
border-color css
<style>
span { border-color: #DC0E72; }
span { border-color: rgb(220,14,114); }
td.TdClassName
{
border-color: #DC0E72;
}
.TagClassName
{
border-color: #DC0E72;
}
</style>