Shades of Ruby #DC0868
Tints of Ruby #DC0868
RGB
CMYK
RGB Variations
Color information
#DC0868 (or 0xDC0868) is known color: Ruby. HEX triplet: DC, 08 and 68. RGB value is (220,8,104). Sum of RGB (Red+Green+Blue) = 220+8+104=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0868 is #23F797. Grayscale: #525252. Windows color (decimal): -2357144 or 6818012. OLE color: 6818012.
HSL color Cylindrical-coordinate representation of color #DC0868: hue angle of 332.83º 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 #DC0868 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.14 |
| HSL | 332.83º | 0.93% | 0.45% | - |
| HSV(B) | 332.83º | 0.96% | 0.86% | - |
| XYZ | 32.1 | 16.39 | 14.57 | - |
| YUV | 82.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 104 | 0 | 0.96 | 0.53 | 0.14 | 332.83 | 0.93 | 0.45 |
| Hex | DC | 8 | 68 | 0 | 60 | 35 | E | 14D | 5D | 2D |
| Octal | 334 | 10 | 150 | 0 | 140 | 65 | 16 | 515 | 135 | 55 |
| Binary | 11011100 | 1000 | 1101000 | 0 | 1100000 | 110101 | 1110 | 101001101 | 1011101 | 101101 |
Color Harmonies of #DC0868
Complementary color
Monochromatic Colors of #DC0868
Black with #DC0868
Text Example
Text Example
White with #DC0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0868; }
p { color: rgb(220,8,104); }
H1.HeaderClassName
{
color: #DC0868;
}
.AnyTagClassName
{
color: #DC0868;
}
</style>
background-color css
<style>
a { background-color: #DC0868; }
a { background-color: rgb(220,8,104); }
div.DivClassName
{
background-color: #DC0868;
}
.BgClassName
{
background-color: #DC0868;
}
</style>
border-color css
<style>
span { border-color: #DC0868; }
span { border-color: rgb(220,8,104); }
td.TdClassName
{
border-color: #DC0868;
}
.TagClassName
{
border-color: #DC0868;
}
</style>