Shades of Ruby #DC0968
Tints of Ruby #DC0968
RGB
CMYK
RGB Variations
Color information
#DC0968 (or 0xDC0968) is known color: Ruby. HEX triplet: DC, 09 and 68. RGB value is (220,9,104). Sum of RGB (Red+Green+Blue) = 220+9+104=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0968 is #23F697. Grayscale: #525252. Windows color (decimal): -2356888 or 6818268. OLE color: 6818268.
HSL color Cylindrical-coordinate representation of color #DC0968: hue angle of 332.99º degrees, saturation: 0.92, 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 #DC0968 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.14 |
| HSL | 332.99º | 0.92% | 0.45% | - |
| HSV(B) | 332.99º | 0.96% | 0.86% | - |
| XYZ | 32.11 | 16.41 | 14.57 | - |
| YUV | 82.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 104 | 0 | 0.96 | 0.53 | 0.14 | 332.99 | 0.92 | 0.45 |
| Hex | DC | 9 | 68 | 0 | 60 | 35 | E | 14D | 5C | 2D |
| Octal | 334 | 11 | 150 | 0 | 140 | 65 | 16 | 515 | 134 | 55 |
| Binary | 11011100 | 1001 | 1101000 | 0 | 1100000 | 110101 | 1110 | 101001101 | 1011100 | 101101 |
Color Harmonies of #DC0968
Complementary color
Monochromatic Colors of #DC0968
Black with #DC0968
Text Example
Text Example
White with #DC0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0968; }
p { color: rgb(220,9,104); }
H1.HeaderClassName
{
color: #DC0968;
}
.AnyTagClassName
{
color: #DC0968;
}
</style>
background-color css
<style>
a { background-color: #DC0968; }
a { background-color: rgb(220,9,104); }
div.DivClassName
{
background-color: #DC0968;
}
.BgClassName
{
background-color: #DC0968;
}
</style>
border-color css
<style>
span { border-color: #DC0968; }
span { border-color: rgb(220,9,104); }
td.TdClassName
{
border-color: #DC0968;
}
.TagClassName
{
border-color: #DC0968;
}
</style>