Shades of Ruby #DC0A64
Tints of Ruby #DC0A64
RGB
CMYK
RGB Variations
Color information
#DC0A64 (or 0xDC0A64) is known color: Ruby. HEX triplet: DC, 0A and 64. RGB value is (220,10,100). Sum of RGB (Red+Green+Blue) = 220+10+100=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0A64 is #23F59B. Grayscale: #525252. Windows color (decimal): -2356636 or 6556380. OLE color: 6556380.
HSL color Cylindrical-coordinate representation of color #DC0A64: hue angle of 334.29º degrees, saturation: 0.91, 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 #DC0A64 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 100 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.14 |
| HSL | 334.29º | 0.91% | 0.45% | - |
| HSV(B) | 334.29º | 0.95% | 0.86% | - |
| XYZ | 31.92 | 16.35 | 13.53 | - |
| YUV | 83.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 100 | 0 | 0.95 | 0.55 | 0.14 | 334.29 | 0.91 | 0.45 |
| Hex | DC | A | 64 | 0 | 5F | 37 | E | 14E | 5B | 2D |
| Octal | 334 | 12 | 144 | 0 | 137 | 67 | 16 | 516 | 133 | 55 |
| Binary | 11011100 | 1010 | 1100100 | 0 | 1011111 | 110111 | 1110 | 101001110 | 1011011 | 101101 |
Color Harmonies of #DC0A64
Complementary color
Monochromatic Colors of #DC0A64
Black with #DC0A64
Text Example
Text Example
White with #DC0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A64; }
p { color: rgb(220,10,100); }
H1.HeaderClassName
{
color: #DC0A64;
}
.AnyTagClassName
{
color: #DC0A64;
}
</style>
background-color css
<style>
a { background-color: #DC0A64; }
a { background-color: rgb(220,10,100); }
div.DivClassName
{
background-color: #DC0A64;
}
.BgClassName
{
background-color: #DC0A64;
}
</style>
border-color css
<style>
span { border-color: #DC0A64; }
span { border-color: rgb(220,10,100); }
td.TdClassName
{
border-color: #DC0A64;
}
.TagClassName
{
border-color: #DC0A64;
}
</style>