Shades of Ruby #DC1476
Tints of Ruby #DC1476
RGB
CMYK
RGB Variations
Color information
#DC1476 (or 0xDC1476) is known color: Ruby. HEX triplet: DC, 14 and 76. RGB value is (220,20,118). Sum of RGB (Red+Green+Blue) = 220+20+118=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1476 is #23EB89. Grayscale: #5A5A5A. Windows color (decimal): -2354058 or 7738588. OLE color: 7738588.
HSL color Cylindrical-coordinate representation of color #DC1476: hue angle of 330.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1476 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.14 |
| HSL | 330.6º | 0.83% | 0.47% | - |
| HSV(B) | 330.6º | 0.91% | 0.86% | - |
| XYZ | 33.04 | 17.02 | 18.68 | - |
| YUV | 90.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 118 | 0 | 0.91 | 0.46 | 0.14 | 330.6 | 0.83 | 0.47 |
| Hex | DC | 14 | 76 | 0 | 5B | 2E | E | 14B | 53 | 2F |
| Octal | 334 | 24 | 166 | 0 | 133 | 56 | 16 | 513 | 123 | 57 |
| Binary | 11011100 | 10100 | 1110110 | 0 | 1011011 | 101110 | 1110 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DC1476
Complementary color
Monochromatic Colors of #DC1476
Black with #DC1476
Text Example
Text Example
White with #DC1476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1476; }
p { color: rgb(220,20,118); }
H1.HeaderClassName
{
color: #DC1476;
}
.AnyTagClassName
{
color: #DC1476;
}
</style>
background-color css
<style>
a { background-color: #DC1476; }
a { background-color: rgb(220,20,118); }
div.DivClassName
{
background-color: #DC1476;
}
.BgClassName
{
background-color: #DC1476;
}
</style>
border-color css
<style>
span { border-color: #DC1476; }
span { border-color: rgb(220,20,118); }
td.TdClassName
{
border-color: #DC1476;
}
.TagClassName
{
border-color: #DC1476;
}
</style>