Shades of Ruby #DC0D61
Tints of Ruby #DC0D61
RGB
CMYK
RGB Variations
Color information
#DC0D61 (or 0xDC0D61) is known color: Ruby. HEX triplet: DC, 0D and 61. RGB value is (220,13,97). Sum of RGB (Red+Green+Blue) = 220+13+97=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D61 is #23F29E. Grayscale: #545454. Windows color (decimal): -2355871 or 6360540. OLE color: 6360540.
HSL color Cylindrical-coordinate representation of color #DC0D61: hue angle of 335.65º 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 #DC0D61 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 97 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.14 |
| HSL | 335.65º | 0.89% | 0.46% | - |
| HSV(B) | 335.65º | 0.94% | 0.86% | - |
| XYZ | 31.82 | 16.37 | 12.79 | - |
| YUV | 84.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 97 | 0 | 0.94 | 0.56 | 0.14 | 335.65 | 0.89 | 0.46 |
| Hex | DC | D | 61 | 0 | 5E | 38 | E | 150 | 59 | 2E |
| Octal | 334 | 15 | 141 | 0 | 136 | 70 | 16 | 520 | 131 | 56 |
| Binary | 11011100 | 1101 | 1100001 | 0 | 1011110 | 111000 | 1110 | 101010000 | 1011001 | 101110 |
Color Harmonies of #DC0D61
Complementary color
Monochromatic Colors of #DC0D61
Black with #DC0D61
Text Example
Text Example
White with #DC0D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D61; }
p { color: rgb(220,13,97); }
H1.HeaderClassName
{
color: #DC0D61;
}
.AnyTagClassName
{
color: #DC0D61;
}
</style>
background-color css
<style>
a { background-color: #DC0D61; }
a { background-color: rgb(220,13,97); }
div.DivClassName
{
background-color: #DC0D61;
}
.BgClassName
{
background-color: #DC0D61;
}
</style>
border-color css
<style>
span { border-color: #DC0D61; }
span { border-color: rgb(220,13,97); }
td.TdClassName
{
border-color: #DC0D61;
}
.TagClassName
{
border-color: #DC0D61;
}
</style>