Shades of Ruby #DC0E6A
Tints of Ruby #DC0E6A
RGB
CMYK
RGB Variations
Color information
#DC0E6A (or 0xDC0E6A) is known color: Ruby. HEX triplet: DC, 0E and 6A. RGB value is (220,14,106). Sum of RGB (Red+Green+Blue) = 220+14+106=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E6A is #23F195. Grayscale: #555555. Windows color (decimal): -2355606 or 6950620. OLE color: 6950620.
HSL color Cylindrical-coordinate representation of color #DC0E6A: hue angle of 333.2º 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 #DC0E6A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.14 |
| HSL | 333.2º | 0.88% | 0.46% | - |
| HSV(B) | 333.2º | 0.94% | 0.86% | - |
| XYZ | 32.27 | 16.57 | 15.13 | - |
| YUV | 86.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 106 | 0 | 0.94 | 0.52 | 0.14 | 333.2 | 0.88 | 0.46 |
| Hex | DC | E | 6A | 0 | 5E | 34 | E | 14D | 58 | 2E |
| Octal | 334 | 16 | 152 | 0 | 136 | 64 | 16 | 515 | 130 | 56 |
| Binary | 11011100 | 1110 | 1101010 | 0 | 1011110 | 110100 | 1110 | 101001101 | 1011000 | 101110 |
Color Harmonies of #DC0E6A
Complementary color
Monochromatic Colors of #DC0E6A
Black with #DC0E6A
Text Example
Text Example
White with #DC0E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E6A; }
p { color: rgb(220,14,106); }
H1.HeaderClassName
{
color: #DC0E6A;
}
.AnyTagClassName
{
color: #DC0E6A;
}
</style>
background-color css
<style>
a { background-color: #DC0E6A; }
a { background-color: rgb(220,14,106); }
div.DivClassName
{
background-color: #DC0E6A;
}
.BgClassName
{
background-color: #DC0E6A;
}
</style>
border-color css
<style>
span { border-color: #DC0E6A; }
span { border-color: rgb(220,14,106); }
td.TdClassName
{
border-color: #DC0E6A;
}
.TagClassName
{
border-color: #DC0E6A;
}
</style>