Shades of Ruby #DC0A65
Tints of Ruby #DC0A65
RGB
CMYK
RGB Variations
Color information
#DC0A65 (or 0xDC0A65) is known color: Ruby. HEX triplet: DC, 0A and 65. RGB value is (220,10,101). Sum of RGB (Red+Green+Blue) = 220+10+101=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0A65 is #23F59A. Grayscale: #535353. Windows color (decimal): -2356635 or 6621916. OLE color: 6621916.
HSL color Cylindrical-coordinate representation of color #DC0A65: hue angle of 334º 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 #DC0A65 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 101 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.14 |
| HSL | 334º | 0.91% | 0.45% | - |
| HSV(B) | 334º | 0.95% | 0.86% | - |
| XYZ | 31.97 | 16.37 | 13.79 | - |
| YUV | 83.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 101 | 0 | 0.95 | 0.54 | 0.14 | 334 | 0.91 | 0.45 |
| Hex | DC | A | 65 | 0 | 5F | 36 | E | 14E | 5B | 2D |
| Octal | 334 | 12 | 145 | 0 | 137 | 66 | 16 | 516 | 133 | 55 |
| Binary | 11011100 | 1010 | 1100101 | 0 | 1011111 | 110110 | 1110 | 101001110 | 1011011 | 101101 |
Color Harmonies of #DC0A65
Complementary color
Monochromatic Colors of #DC0A65
Black with #DC0A65
Text Example
Text Example
White with #DC0A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A65; }
p { color: rgb(220,10,101); }
H1.HeaderClassName
{
color: #DC0A65;
}
.AnyTagClassName
{
color: #DC0A65;
}
</style>
background-color css
<style>
a { background-color: #DC0A65; }
a { background-color: rgb(220,10,101); }
div.DivClassName
{
background-color: #DC0A65;
}
.BgClassName
{
background-color: #DC0A65;
}
</style>
border-color css
<style>
span { border-color: #DC0A65; }
span { border-color: rgb(220,10,101); }
td.TdClassName
{
border-color: #DC0A65;
}
.TagClassName
{
border-color: #DC0A65;
}
</style>