Shades of Ruby #DC2160
Tints of Ruby #DC2160
RGB
CMYK
RGB Variations
Color information
#DC2160 (or 0xDC2160) is known color: Ruby. HEX triplet: DC, 21 and 60. RGB value is (220,33,96). Sum of RGB (Red+Green+Blue) = 220+33+96=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2160 is #23DE9F. Grayscale: #606060. Windows color (decimal): -2350752 or 6300124. OLE color: 6300124.
HSL color Cylindrical-coordinate representation of color #DC2160: hue angle of 339.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2160 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 96 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.14 |
| HSL | 339.79º | 0.74% | 0.5% | - |
| HSV(B) | 339.79º | 0.85% | 0.86% | - |
| XYZ | 32.17 | 17.15 | 12.68 | - |
| YUV | 96.1 | 127.95 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 96 | 0 | 0.85 | 0.56 | 0.14 | 339.79 | 0.74 | 0.5 |
| Hex | DC | 21 | 60 | 0 | 55 | 38 | E | 154 | 4A | 32 |
| Octal | 334 | 41 | 140 | 0 | 125 | 70 | 16 | 524 | 112 | 62 |
| Binary | 11011100 | 100001 | 1100000 | 0 | 1010101 | 111000 | 1110 | 101010100 | 1001010 | 110010 |
Color Harmonies of #DC2160
Complementary color
Monochromatic Colors of #DC2160
Black with #DC2160
Text Example
Text Example
White with #DC2160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2160; }
p { color: rgb(220,33,96); }
H1.HeaderClassName
{
color: #DC2160;
}
.AnyTagClassName
{
color: #DC2160;
}
</style>
background-color css
<style>
a { background-color: #DC2160; }
a { background-color: rgb(220,33,96); }
div.DivClassName
{
background-color: #DC2160;
}
.BgClassName
{
background-color: #DC2160;
}
</style>
border-color css
<style>
span { border-color: #DC2160; }
span { border-color: rgb(220,33,96); }
td.TdClassName
{
border-color: #DC2160;
}
.TagClassName
{
border-color: #DC2160;
}
</style>