Shades of Ruby #DC0C67
Tints of Ruby #DC0C67
RGB
CMYK
RGB Variations
Color information
#DC0C67 (or 0xDC0C67) is known color: Ruby. HEX triplet: DC, 0C and 67. RGB value is (220,12,103). Sum of RGB (Red+Green+Blue) = 220+12+103=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C67 is #23F398. Grayscale: #545454. Windows color (decimal): -2356121 or 6753500. OLE color: 6753500.
HSL color Cylindrical-coordinate representation of color #DC0C67: hue angle of 333.75º 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 #DC0C67 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 103 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.14 |
| HSL | 333.75º | 0.9% | 0.45% | - |
| HSV(B) | 333.75º | 0.95% | 0.86% | - |
| XYZ | 32.09 | 16.46 | 14.32 | - |
| YUV | 84.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 103 | 0 | 0.95 | 0.53 | 0.14 | 333.75 | 0.9 | 0.45 |
| Hex | DC | C | 67 | 0 | 5F | 35 | E | 14E | 5A | 2D |
| Octal | 334 | 14 | 147 | 0 | 137 | 65 | 16 | 516 | 132 | 55 |
| Binary | 11011100 | 1100 | 1100111 | 0 | 1011111 | 110101 | 1110 | 101001110 | 1011010 | 101101 |
Color Harmonies of #DC0C67
Complementary color
Monochromatic Colors of #DC0C67
Black with #DC0C67
Text Example
Text Example
White with #DC0C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C67; }
p { color: rgb(220,12,103); }
H1.HeaderClassName
{
color: #DC0C67;
}
.AnyTagClassName
{
color: #DC0C67;
}
</style>
background-color css
<style>
a { background-color: #DC0C67; }
a { background-color: rgb(220,12,103); }
div.DivClassName
{
background-color: #DC0C67;
}
.BgClassName
{
background-color: #DC0C67;
}
</style>
border-color css
<style>
span { border-color: #DC0C67; }
span { border-color: rgb(220,12,103); }
td.TdClassName
{
border-color: #DC0C67;
}
.TagClassName
{
border-color: #DC0C67;
}
</style>