Shades of Ruby #DC2058
Tints of Ruby #DC2058
RGB
CMYK
RGB Variations
Color information
#DC2058 (or 0xDC2058) is known color: Ruby. HEX triplet: DC, 20 and 58. RGB value is (220,32,88). Sum of RGB (Red+Green+Blue) = 220+32+88=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2058 is #23DFA7. Grayscale: #5E5E5E. Windows color (decimal): -2351016 or 5775580. OLE color: 5775580.
HSL color Cylindrical-coordinate representation of color #DC2058: hue angle of 342.13º 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 #DC2058 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 88 | - |
| CMYK | 0 | 0.85 | 0.6 | 0.14 |
| HSL | 342.13º | 0.75% | 0.49% | - |
| HSV(B) | 342.13º | 0.85% | 0.86% | - |
| XYZ | 31.79 | 16.95 | 10.83 | - |
| YUV | 94.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 88 | 0 | 0.85 | 0.6 | 0.14 | 342.13 | 0.75 | 0.49 |
| Hex | DC | 20 | 58 | 0 | 55 | 3C | E | 156 | 4B | 31 |
| Octal | 334 | 40 | 130 | 0 | 125 | 74 | 16 | 526 | 113 | 61 |
| Binary | 11011100 | 100000 | 1011000 | 0 | 1010101 | 111100 | 1110 | 101010110 | 1001011 | 110001 |
Color Harmonies of #DC2058
Complementary color
Monochromatic Colors of #DC2058
Black with #DC2058
Text Example
Text Example
White with #DC2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2058; }
p { color: rgb(220,32,88); }
H1.HeaderClassName
{
color: #DC2058;
}
.AnyTagClassName
{
color: #DC2058;
}
</style>
background-color css
<style>
a { background-color: #DC2058; }
a { background-color: rgb(220,32,88); }
div.DivClassName
{
background-color: #DC2058;
}
.BgClassName
{
background-color: #DC2058;
}
</style>
border-color css
<style>
span { border-color: #DC2058; }
span { border-color: rgb(220,32,88); }
td.TdClassName
{
border-color: #DC2058;
}
.TagClassName
{
border-color: #DC2058;
}
</style>