Shades of Ruby #DC0D6A
Tints of Ruby #DC0D6A
RGB
CMYK
RGB Variations
Color information
#DC0D6A (or 0xDC0D6A) is known color: Ruby. HEX triplet: DC, 0D and 6A. RGB value is (220,13,106). Sum of RGB (Red+Green+Blue) = 220+13+106=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D6A is #23F295. Grayscale: #555555. Windows color (decimal): -2355862 or 6950364. OLE color: 6950364.
HSL color Cylindrical-coordinate representation of color #DC0D6A: hue angle of 333.04º degrees, saturation: 0.89, 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 #DC0D6A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 106 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.14 |
| HSL | 333.04º | 0.89% | 0.46% | - |
| HSV(B) | 333.04º | 0.94% | 0.86% | - |
| XYZ | 32.26 | 16.54 | 15.13 | - |
| YUV | 85.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 106 | 0 | 0.94 | 0.52 | 0.14 | 333.04 | 0.89 | 0.46 |
| Hex | DC | D | 6A | 0 | 5E | 34 | E | 14D | 59 | 2E |
| Octal | 334 | 15 | 152 | 0 | 136 | 64 | 16 | 515 | 131 | 56 |
| Binary | 11011100 | 1101 | 1101010 | 0 | 1011110 | 110100 | 1110 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DC0D6A
Complementary color
Monochromatic Colors of #DC0D6A
Black with #DC0D6A
Text Example
Text Example
White with #DC0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D6A; }
p { color: rgb(220,13,106); }
H1.HeaderClassName
{
color: #DC0D6A;
}
.AnyTagClassName
{
color: #DC0D6A;
}
</style>
background-color css
<style>
a { background-color: #DC0D6A; }
a { background-color: rgb(220,13,106); }
div.DivClassName
{
background-color: #DC0D6A;
}
.BgClassName
{
background-color: #DC0D6A;
}
</style>
border-color css
<style>
span { border-color: #DC0D6A; }
span { border-color: rgb(220,13,106); }
td.TdClassName
{
border-color: #DC0D6A;
}
.TagClassName
{
border-color: #DC0D6A;
}
</style>