Shades of Ruby #DC0D5D
Tints of Ruby #DC0D5D
RGB
CMYK
RGB Variations
Color information
#DC0D5D (or 0xDC0D5D) is known color: Ruby. HEX triplet: DC, 0D and 5D. RGB value is (220,13,93). Sum of RGB (Red+Green+Blue) = 220+13+93=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D5D is #23F2A2. Grayscale: #535353. Windows color (decimal): -2355875 or 6098396. OLE color: 6098396.
HSL color Cylindrical-coordinate representation of color #DC0D5D: hue angle of 336.81º 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 #DC0D5D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 93 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.14 |
| HSL | 336.81º | 0.89% | 0.46% | - |
| HSV(B) | 336.81º | 0.94% | 0.86% | - |
| XYZ | 31.63 | 16.29 | 11.83 | - |
| YUV | 84.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 93 | 0 | 0.94 | 0.58 | 0.14 | 336.81 | 0.89 | 0.46 |
| Hex | DC | D | 5D | 0 | 5E | 3A | E | 151 | 59 | 2E |
| Octal | 334 | 15 | 135 | 0 | 136 | 72 | 16 | 521 | 131 | 56 |
| Binary | 11011100 | 1101 | 1011101 | 0 | 1011110 | 111010 | 1110 | 101010001 | 1011001 | 101110 |
Color Harmonies of #DC0D5D
Complementary color
Monochromatic Colors of #DC0D5D
Black with #DC0D5D
Text Example
Text Example
White with #DC0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D5D; }
p { color: rgb(220,13,93); }
H1.HeaderClassName
{
color: #DC0D5D;
}
.AnyTagClassName
{
color: #DC0D5D;
}
</style>
background-color css
<style>
a { background-color: #DC0D5D; }
a { background-color: rgb(220,13,93); }
div.DivClassName
{
background-color: #DC0D5D;
}
.BgClassName
{
background-color: #DC0D5D;
}
</style>
border-color css
<style>
span { border-color: #DC0D5D; }
span { border-color: rgb(220,13,93); }
td.TdClassName
{
border-color: #DC0D5D;
}
.TagClassName
{
border-color: #DC0D5D;
}
</style>