Shades of Ruby #DC0E75
Tints of Ruby #DC0E75
RGB
CMYK
RGB Variations
Color information
#DC0E75 (or 0xDC0E75) is known color: Ruby. HEX triplet: DC, 0E and 75. RGB value is (220,14,117). Sum of RGB (Red+Green+Blue) = 220+14+117=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E75 is #23F18A. Grayscale: #575757. Windows color (decimal): -2355595 or 7671516. OLE color: 7671516.
HSL color Cylindrical-coordinate representation of color #DC0E75: hue angle of 330º 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 #DC0E75 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 117 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.14 |
| HSL | 330º | 0.88% | 0.46% | - |
| HSV(B) | 330º | 0.94% | 0.86% | - |
| XYZ | 32.88 | 16.81 | 18.34 | - |
| YUV | 87.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 117 | 0 | 0.94 | 0.47 | 0.14 | 330 | 0.88 | 0.46 |
| Hex | DC | E | 75 | 0 | 5E | 2F | E | 14A | 58 | 2E |
| Octal | 334 | 16 | 165 | 0 | 136 | 57 | 16 | 512 | 130 | 56 |
| Binary | 11011100 | 1110 | 1110101 | 0 | 1011110 | 101111 | 1110 | 101001010 | 1011000 | 101110 |
Color Harmonies of #DC0E75
Complementary color
Monochromatic Colors of #DC0E75
Black with #DC0E75
Text Example
Text Example
White with #DC0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E75; }
p { color: rgb(220,14,117); }
H1.HeaderClassName
{
color: #DC0E75;
}
.AnyTagClassName
{
color: #DC0E75;
}
</style>
background-color css
<style>
a { background-color: #DC0E75; }
a { background-color: rgb(220,14,117); }
div.DivClassName
{
background-color: #DC0E75;
}
.BgClassName
{
background-color: #DC0E75;
}
</style>
border-color css
<style>
span { border-color: #DC0E75; }
span { border-color: rgb(220,14,117); }
td.TdClassName
{
border-color: #DC0E75;
}
.TagClassName
{
border-color: #DC0E75;
}
</style>