Shades of Ruby #DC0867
Tints of Ruby #DC0867
RGB
CMYK
RGB Variations
Color information
#DC0867 (or 0xDC0867) is known color: Ruby. HEX triplet: DC, 08 and 67. RGB value is (220,8,103). Sum of RGB (Red+Green+Blue) = 220+8+103=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0867 is #23F798. Grayscale: #525252. Windows color (decimal): -2357145 or 6752476. OLE color: 6752476.
HSL color Cylindrical-coordinate representation of color #DC0867: hue angle of 333.11º 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 #DC0867 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.14 |
| HSL | 333.11º | 0.93% | 0.45% | - |
| HSV(B) | 333.11º | 0.96% | 0.86% | - |
| XYZ | 32.05 | 16.37 | 14.3 | - |
| YUV | 82.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 103 | 0 | 0.96 | 0.53 | 0.14 | 333.11 | 0.93 | 0.45 |
| Hex | DC | 8 | 67 | 0 | 60 | 35 | E | 14D | 5D | 2D |
| Octal | 334 | 10 | 147 | 0 | 140 | 65 | 16 | 515 | 135 | 55 |
| Binary | 11011100 | 1000 | 1100111 | 0 | 1100000 | 110101 | 1110 | 101001101 | 1011101 | 101101 |
Color Harmonies of #DC0867
Complementary color
Monochromatic Colors of #DC0867
Black with #DC0867
Text Example
Text Example
White with #DC0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0867; }
p { color: rgb(220,8,103); }
H1.HeaderClassName
{
color: #DC0867;
}
.AnyTagClassName
{
color: #DC0867;
}
</style>
background-color css
<style>
a { background-color: #DC0867; }
a { background-color: rgb(220,8,103); }
div.DivClassName
{
background-color: #DC0867;
}
.BgClassName
{
background-color: #DC0867;
}
</style>
border-color css
<style>
span { border-color: #DC0867; }
span { border-color: rgb(220,8,103); }
td.TdClassName
{
border-color: #DC0867;
}
.TagClassName
{
border-color: #DC0867;
}
</style>