Shades of Ruby #DC0C68
Tints of Ruby #DC0C68
RGB
CMYK
RGB Variations
Color information
#DC0C68 (or 0xDC0C68) is known color: Ruby. HEX triplet: DC, 0C and 68. RGB value is (220,12,104). Sum of RGB (Red+Green+Blue) = 220+12+104=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C68 is #23F397. Grayscale: #545454. Windows color (decimal): -2356120 or 6819036. OLE color: 6819036.
HSL color Cylindrical-coordinate representation of color #DC0C68: hue angle of 333.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C68 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 104 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.14 |
| HSL | 333.46º | 0.9% | 0.45% | - |
| HSV(B) | 333.46º | 0.95% | 0.86% | - |
| XYZ | 32.15 | 16.48 | 14.58 | - |
| YUV | 84.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 104 | 0 | 0.95 | 0.53 | 0.14 | 333.46 | 0.9 | 0.45 |
| Hex | DC | C | 68 | 0 | 5F | 35 | E | 14D | 5A | 2D |
| Octal | 334 | 14 | 150 | 0 | 137 | 65 | 16 | 515 | 132 | 55 |
| Binary | 11011100 | 1100 | 1101000 | 0 | 1011111 | 110101 | 1110 | 101001101 | 1011010 | 101101 |
Color Harmonies of #DC0C68
Complementary color
Monochromatic Colors of #DC0C68
Black with #DC0C68
Text Example
Text Example
White with #DC0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C68; }
p { color: rgb(220,12,104); }
H1.HeaderClassName
{
color: #DC0C68;
}
.AnyTagClassName
{
color: #DC0C68;
}
</style>
background-color css
<style>
a { background-color: #DC0C68; }
a { background-color: rgb(220,12,104); }
div.DivClassName
{
background-color: #DC0C68;
}
.BgClassName
{
background-color: #DC0C68;
}
</style>
border-color css
<style>
span { border-color: #DC0C68; }
span { border-color: rgb(220,12,104); }
td.TdClassName
{
border-color: #DC0C68;
}
.TagClassName
{
border-color: #DC0C68;
}
</style>