Shades of Ruby #DC1E61
Tints of Ruby #DC1E61
RGB
CMYK
RGB Variations
Color information
#DC1E61 (or 0xDC1E61) is known color: Ruby. HEX triplet: DC, 1E and 61. RGB value is (220,30,97). Sum of RGB (Red+Green+Blue) = 220+30+97=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E61 is #23E19E. Grayscale: #5E5E5E. Windows color (decimal): -2351519 or 6364892. OLE color: 6364892.
HSL color Cylindrical-coordinate representation of color #DC1E61: hue angle of 338.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E61 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 97 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.14 |
| HSL | 338.84º | 0.76% | 0.49% | - |
| HSV(B) | 338.84º | 0.86% | 0.86% | - |
| XYZ | 32.14 | 17.01 | 12.9 | - |
| YUV | 94.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 97 | 0 | 0.86 | 0.56 | 0.14 | 338.84 | 0.76 | 0.49 |
| Hex | DC | 1E | 61 | 0 | 56 | 38 | E | 153 | 4C | 31 |
| Octal | 334 | 36 | 141 | 0 | 126 | 70 | 16 | 523 | 114 | 61 |
| Binary | 11011100 | 11110 | 1100001 | 0 | 1010110 | 111000 | 1110 | 101010011 | 1001100 | 110001 |
Color Harmonies of #DC1E61
Complementary color
Monochromatic Colors of #DC1E61
Black with #DC1E61
Text Example
Text Example
White with #DC1E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E61; }
p { color: rgb(220,30,97); }
H1.HeaderClassName
{
color: #DC1E61;
}
.AnyTagClassName
{
color: #DC1E61;
}
</style>
background-color css
<style>
a { background-color: #DC1E61; }
a { background-color: rgb(220,30,97); }
div.DivClassName
{
background-color: #DC1E61;
}
.BgClassName
{
background-color: #DC1E61;
}
</style>
border-color css
<style>
span { border-color: #DC1E61; }
span { border-color: rgb(220,30,97); }
td.TdClassName
{
border-color: #DC1E61;
}
.TagClassName
{
border-color: #DC1E61;
}
</style>