Shades of Ruby #DC0875
Tints of Ruby #DC0875
RGB
CMYK
RGB Variations
Color information
#DC0875 (or 0xDC0875) is known color: Ruby. HEX triplet: DC, 08 and 75. RGB value is (220,8,117). Sum of RGB (Red+Green+Blue) = 220+8+117=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0875 is #23F78A. Grayscale: #535353. Windows color (decimal): -2357131 or 7669980. OLE color: 7669980.
HSL color Cylindrical-coordinate representation of color #DC0875: hue angle of 329.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0875 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.14 |
| HSL | 329.15º | 0.93% | 0.45% | - |
| HSV(B) | 329.15º | 0.96% | 0.86% | - |
| XYZ | 32.81 | 16.67 | 18.32 | - |
| YUV | 83.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 117 | 0 | 0.96 | 0.47 | 0.14 | 329.15 | 0.93 | 0.45 |
| Hex | DC | 8 | 75 | 0 | 60 | 2F | E | 149 | 5D | 2D |
| Octal | 334 | 10 | 165 | 0 | 140 | 57 | 16 | 511 | 135 | 55 |
| Binary | 11011100 | 1000 | 1110101 | 0 | 1100000 | 101111 | 1110 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DC0875
Complementary color
Monochromatic Colors of #DC0875
Black with #DC0875
Text Example
Text Example
White with #DC0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0875; }
p { color: rgb(220,8,117); }
H1.HeaderClassName
{
color: #DC0875;
}
.AnyTagClassName
{
color: #DC0875;
}
</style>
background-color css
<style>
a { background-color: #DC0875; }
a { background-color: rgb(220,8,117); }
div.DivClassName
{
background-color: #DC0875;
}
.BgClassName
{
background-color: #DC0875;
}
</style>
border-color css
<style>
span { border-color: #DC0875; }
span { border-color: rgb(220,8,117); }
td.TdClassName
{
border-color: #DC0875;
}
.TagClassName
{
border-color: #DC0875;
}
</style>