Shades of Ruby #DC0D75
Tints of Ruby #DC0D75
RGB
CMYK
RGB Variations
Color information
#DC0D75 (or 0xDC0D75) is known color: Ruby. HEX triplet: DC, 0D and 75. RGB value is (220,13,117). Sum of RGB (Red+Green+Blue) = 220+13+117=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D75 is #23F28A. Grayscale: #565656. Windows color (decimal): -2355851 or 7671260. OLE color: 7671260.
HSL color Cylindrical-coordinate representation of color #DC0D75: hue angle of 329.86º 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 #DC0D75 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.14 |
| HSL | 329.86º | 0.89% | 0.46% | - |
| HSV(B) | 329.86º | 0.94% | 0.86% | - |
| XYZ | 32.87 | 16.79 | 18.34 | - |
| YUV | 86.75 | 145.08 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 117 | 0 | 0.94 | 0.47 | 0.14 | 329.86 | 0.89 | 0.46 |
| Hex | DC | D | 75 | 0 | 5E | 2F | E | 14A | 59 | 2E |
| Octal | 334 | 15 | 165 | 0 | 136 | 57 | 16 | 512 | 131 | 56 |
| Binary | 11011100 | 1101 | 1110101 | 0 | 1011110 | 101111 | 1110 | 101001010 | 1011001 | 101110 |
Color Harmonies of #DC0D75
Complementary color
Monochromatic Colors of #DC0D75
Black with #DC0D75
Text Example
Text Example
White with #DC0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D75; }
p { color: rgb(220,13,117); }
H1.HeaderClassName
{
color: #DC0D75;
}
.AnyTagClassName
{
color: #DC0D75;
}
</style>
background-color css
<style>
a { background-color: #DC0D75; }
a { background-color: rgb(220,13,117); }
div.DivClassName
{
background-color: #DC0D75;
}
.BgClassName
{
background-color: #DC0D75;
}
</style>
border-color css
<style>
span { border-color: #DC0D75; }
span { border-color: rgb(220,13,117); }
td.TdClassName
{
border-color: #DC0D75;
}
.TagClassName
{
border-color: #DC0D75;
}
</style>