Shades of Ruby #DC0874
Tints of Ruby #DC0874
RGB
CMYK
RGB Variations
Color information
#DC0874 (or 0xDC0874) is known color: Ruby. HEX triplet: DC, 08 and 74. RGB value is (220,8,116). Sum of RGB (Red+Green+Blue) = 220+8+116=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0874 is #23F78B. Grayscale: #535353. Windows color (decimal): -2357132 or 7604444. OLE color: 7604444.
HSL color Cylindrical-coordinate representation of color #DC0874: hue angle of 329.43º 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 #DC0874 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.14 |
| HSL | 329.43º | 0.93% | 0.45% | - |
| HSV(B) | 329.43º | 0.96% | 0.86% | - |
| XYZ | 32.75 | 16.65 | 18.01 | - |
| YUV | 83.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 116 | 0 | 0.96 | 0.47 | 0.14 | 329.43 | 0.93 | 0.45 |
| Hex | DC | 8 | 74 | 0 | 60 | 2F | E | 149 | 5D | 2D |
| Octal | 334 | 10 | 164 | 0 | 140 | 57 | 16 | 511 | 135 | 55 |
| Binary | 11011100 | 1000 | 1110100 | 0 | 1100000 | 101111 | 1110 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DC0874
Complementary color
Monochromatic Colors of #DC0874
Black with #DC0874
Text Example
Text Example
White with #DC0874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0874; }
p { color: rgb(220,8,116); }
H1.HeaderClassName
{
color: #DC0874;
}
.AnyTagClassName
{
color: #DC0874;
}
</style>
background-color css
<style>
a { background-color: #DC0874; }
a { background-color: rgb(220,8,116); }
div.DivClassName
{
background-color: #DC0874;
}
.BgClassName
{
background-color: #DC0874;
}
</style>
border-color css
<style>
span { border-color: #DC0874; }
span { border-color: rgb(220,8,116); }
td.TdClassName
{
border-color: #DC0874;
}
.TagClassName
{
border-color: #DC0874;
}
</style>