Shades of Ruby #DC0C65
Tints of Ruby #DC0C65
RGB
CMYK
RGB Variations
Color information
#DC0C65 (or 0xDC0C65) is known color: Ruby. HEX triplet: DC, 0C and 65. RGB value is (220,12,101). Sum of RGB (Red+Green+Blue) = 220+12+101=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C65 is #23F39A. Grayscale: #545454. Windows color (decimal): -2356123 or 6622428. OLE color: 6622428.
HSL color Cylindrical-coordinate representation of color #DC0C65: hue angle of 334.33º 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 #DC0C65 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 101 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.14 |
| HSL | 334.33º | 0.9% | 0.45% | - |
| HSV(B) | 334.33º | 0.95% | 0.86% | - |
| XYZ | 32 | 16.42 | 13.79 | - |
| YUV | 84.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 101 | 0 | 0.95 | 0.54 | 0.14 | 334.33 | 0.9 | 0.45 |
| Hex | DC | C | 65 | 0 | 5F | 36 | E | 14E | 5A | 2D |
| Octal | 334 | 14 | 145 | 0 | 137 | 66 | 16 | 516 | 132 | 55 |
| Binary | 11011100 | 1100 | 1100101 | 0 | 1011111 | 110110 | 1110 | 101001110 | 1011010 | 101101 |
Color Harmonies of #DC0C65
Complementary color
Monochromatic Colors of #DC0C65
Black with #DC0C65
Text Example
Text Example
White with #DC0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C65; }
p { color: rgb(220,12,101); }
H1.HeaderClassName
{
color: #DC0C65;
}
.AnyTagClassName
{
color: #DC0C65;
}
</style>
background-color css
<style>
a { background-color: #DC0C65; }
a { background-color: rgb(220,12,101); }
div.DivClassName
{
background-color: #DC0C65;
}
.BgClassName
{
background-color: #DC0C65;
}
</style>
border-color css
<style>
span { border-color: #DC0C65; }
span { border-color: rgb(220,12,101); }
td.TdClassName
{
border-color: #DC0C65;
}
.TagClassName
{
border-color: #DC0C65;
}
</style>