Shades of Ruby #DC0871
Tints of Ruby #DC0871
RGB
CMYK
RGB Variations
Color information
#DC0871 (or 0xDC0871) is known color: Ruby. HEX triplet: DC, 08 and 71. RGB value is (220,8,113). Sum of RGB (Red+Green+Blue) = 220+8+113=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0871 is #23F78E. Grayscale: #535353. Windows color (decimal): -2357135 or 7407836. OLE color: 7407836.
HSL color Cylindrical-coordinate representation of color #DC0871: hue angle of 330.28º 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 #DC0871 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.14 |
| HSL | 330.28º | 0.93% | 0.45% | - |
| HSV(B) | 330.28º | 0.96% | 0.86% | - |
| XYZ | 32.58 | 16.58 | 17.11 | - |
| YUV | 83.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 113 | 0 | 0.96 | 0.49 | 0.14 | 330.28 | 0.93 | 0.45 |
| Hex | DC | 8 | 71 | 0 | 60 | 31 | E | 14A | 5D | 2D |
| Octal | 334 | 10 | 161 | 0 | 140 | 61 | 16 | 512 | 135 | 55 |
| Binary | 11011100 | 1000 | 1110001 | 0 | 1100000 | 110001 | 1110 | 101001010 | 1011101 | 101101 |
Color Harmonies of #DC0871
Complementary color
Monochromatic Colors of #DC0871
Black with #DC0871
Text Example
Text Example
White with #DC0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0871; }
p { color: rgb(220,8,113); }
H1.HeaderClassName
{
color: #DC0871;
}
.AnyTagClassName
{
color: #DC0871;
}
</style>
background-color css
<style>
a { background-color: #DC0871; }
a { background-color: rgb(220,8,113); }
div.DivClassName
{
background-color: #DC0871;
}
.BgClassName
{
background-color: #DC0871;
}
</style>
border-color css
<style>
span { border-color: #DC0871; }
span { border-color: rgb(220,8,113); }
td.TdClassName
{
border-color: #DC0871;
}
.TagClassName
{
border-color: #DC0871;
}
</style>