Shades of Ruby #DC1576
Tints of Ruby #DC1576
RGB
CMYK
RGB Variations
Color information
#DC1576 (or 0xDC1576) is known color: Ruby. HEX triplet: DC, 15 and 76. RGB value is (220,21,118). Sum of RGB (Red+Green+Blue) = 220+21+118=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1576 is #23EA89. Grayscale: #5B5B5B. Windows color (decimal): -2353802 or 7738844. OLE color: 7738844.
HSL color Cylindrical-coordinate representation of color #DC1576: hue angle of 330.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1576 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 118 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.14 |
| HSL | 330.75º | 0.83% | 0.47% | - |
| HSV(B) | 330.75º | 0.9% | 0.86% | - |
| XYZ | 33.05 | 17.06 | 18.69 | - |
| YUV | 91.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 118 | 0 | 0.90 | 0.46 | 0.14 | 330.75 | 0.83 | 0.47 |
| Hex | DC | 15 | 76 | 0 | 5A | 2E | E | 14B | 53 | 2F |
| Octal | 334 | 25 | 166 | 0 | 132 | 56 | 16 | 513 | 123 | 57 |
| Binary | 11011100 | 10101 | 1110110 | 0 | 1011010 | 101110 | 1110 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DC1576
Complementary color
Monochromatic Colors of #DC1576
Black with #DC1576
Text Example
Text Example
White with #DC1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1576; }
p { color: rgb(220,21,118); }
H1.HeaderClassName
{
color: #DC1576;
}
.AnyTagClassName
{
color: #DC1576;
}
</style>
background-color css
<style>
a { background-color: #DC1576; }
a { background-color: rgb(220,21,118); }
div.DivClassName
{
background-color: #DC1576;
}
.BgClassName
{
background-color: #DC1576;
}
</style>
border-color css
<style>
span { border-color: #DC1576; }
span { border-color: rgb(220,21,118); }
td.TdClassName
{
border-color: #DC1576;
}
.TagClassName
{
border-color: #DC1576;
}
</style>