Shades of Ruby #DC0D67
Tints of Ruby #DC0D67
RGB
CMYK
RGB Variations
Color information
#DC0D67 (or 0xDC0D67) is known color: Ruby. HEX triplet: DC, 0D and 67. RGB value is (220,13,103). Sum of RGB (Red+Green+Blue) = 220+13+103=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D67 is #23F298. Grayscale: #555555. Windows color (decimal): -2355865 or 6753756. OLE color: 6753756.
HSL color Cylindrical-coordinate representation of color #DC0D67: hue angle of 333.91º 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 #DC0D67 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 103 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.14 |
| HSL | 333.91º | 0.89% | 0.46% | - |
| HSV(B) | 333.91º | 0.94% | 0.86% | - |
| XYZ | 32.11 | 16.48 | 14.32 | - |
| YUV | 85.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 103 | 0 | 0.94 | 0.53 | 0.14 | 333.91 | 0.89 | 0.46 |
| Hex | DC | D | 67 | 0 | 5E | 35 | E | 14E | 59 | 2E |
| Octal | 334 | 15 | 147 | 0 | 136 | 65 | 16 | 516 | 131 | 56 |
| Binary | 11011100 | 1101 | 1100111 | 0 | 1011110 | 110101 | 1110 | 101001110 | 1011001 | 101110 |
Color Harmonies of #DC0D67
Complementary color
Monochromatic Colors of #DC0D67
Black with #DC0D67
Text Example
Text Example
White with #DC0D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D67; }
p { color: rgb(220,13,103); }
H1.HeaderClassName
{
color: #DC0D67;
}
.AnyTagClassName
{
color: #DC0D67;
}
</style>
background-color css
<style>
a { background-color: #DC0D67; }
a { background-color: rgb(220,13,103); }
div.DivClassName
{
background-color: #DC0D67;
}
.BgClassName
{
background-color: #DC0D67;
}
</style>
border-color css
<style>
span { border-color: #DC0D67; }
span { border-color: rgb(220,13,103); }
td.TdClassName
{
border-color: #DC0D67;
}
.TagClassName
{
border-color: #DC0D67;
}
</style>