Shades of Ruby #DC2062
Tints of Ruby #DC2062
RGB
CMYK
RGB Variations
Color information
#DC2062 (or 0xDC2062) is known color: Ruby. HEX triplet: DC, 20 and 62. RGB value is (220,32,98). Sum of RGB (Red+Green+Blue) = 220+32+98=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2062 is #23DF9D. Grayscale: #5F5F5F. Windows color (decimal): -2351006 or 6430940. OLE color: 6430940.
HSL color Cylindrical-coordinate representation of color #DC2062: hue angle of 338.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2062 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 98 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.14 |
| HSL | 338.94º | 0.75% | 0.49% | - |
| HSV(B) | 338.94º | 0.85% | 0.86% | - |
| XYZ | 32.24 | 17.13 | 13.16 | - |
| YUV | 95.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 98 | 0 | 0.85 | 0.55 | 0.14 | 338.94 | 0.75 | 0.49 |
| Hex | DC | 20 | 62 | 0 | 55 | 37 | E | 153 | 4B | 31 |
| Octal | 334 | 40 | 142 | 0 | 125 | 67 | 16 | 523 | 113 | 61 |
| Binary | 11011100 | 100000 | 1100010 | 0 | 1010101 | 110111 | 1110 | 101010011 | 1001011 | 110001 |
Color Harmonies of #DC2062
Complementary color
Monochromatic Colors of #DC2062
Black with #DC2062
Text Example
Text Example
White with #DC2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2062; }
p { color: rgb(220,32,98); }
H1.HeaderClassName
{
color: #DC2062;
}
.AnyTagClassName
{
color: #DC2062;
}
</style>
background-color css
<style>
a { background-color: #DC2062; }
a { background-color: rgb(220,32,98); }
div.DivClassName
{
background-color: #DC2062;
}
.BgClassName
{
background-color: #DC2062;
}
</style>
border-color css
<style>
span { border-color: #DC2062; }
span { border-color: rgb(220,32,98); }
td.TdClassName
{
border-color: #DC2062;
}
.TagClassName
{
border-color: #DC2062;
}
</style>