Shades of Ruby #DC2072
Tints of Ruby #DC2072
RGB
CMYK
RGB Variations
Color information
#DC2072 (or 0xDC2072) is known color: Ruby. HEX triplet: DC, 20 and 72. RGB value is (220,32,114). Sum of RGB (Red+Green+Blue) = 220+32+114=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2072 is #23DF8D. Grayscale: #616161. Windows color (decimal): -2350990 or 7479516. OLE color: 7479516.
HSL color Cylindrical-coordinate representation of color #DC2072: hue angle of 333.83º 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 #DC2072 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 114 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.14 |
| HSL | 333.83º | 0.75% | 0.49% | - |
| HSV(B) | 333.83º | 0.85% | 0.86% | - |
| XYZ | 33.07 | 17.46 | 17.55 | - |
| YUV | 97.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 114 | 0 | 0.85 | 0.48 | 0.14 | 333.83 | 0.75 | 0.49 |
| Hex | DC | 20 | 72 | 0 | 55 | 30 | E | 14E | 4B | 31 |
| Octal | 334 | 40 | 162 | 0 | 125 | 60 | 16 | 516 | 113 | 61 |
| Binary | 11011100 | 100000 | 1110010 | 0 | 1010101 | 110000 | 1110 | 101001110 | 1001011 | 110001 |
Color Harmonies of #DC2072
Complementary color
Monochromatic Colors of #DC2072
Black with #DC2072
Text Example
Text Example
White with #DC2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2072; }
p { color: rgb(220,32,114); }
H1.HeaderClassName
{
color: #DC2072;
}
.AnyTagClassName
{
color: #DC2072;
}
</style>
background-color css
<style>
a { background-color: #DC2072; }
a { background-color: rgb(220,32,114); }
div.DivClassName
{
background-color: #DC2072;
}
.BgClassName
{
background-color: #DC2072;
}
</style>
border-color css
<style>
span { border-color: #DC2072; }
span { border-color: rgb(220,32,114); }
td.TdClassName
{
border-color: #DC2072;
}
.TagClassName
{
border-color: #DC2072;
}
</style>