Shades of Ruby #DC1271
Tints of Ruby #DC1271
RGB
CMYK
RGB Variations
Color information
#DC1271 (or 0xDC1271) is known color: Ruby. HEX triplet: DC, 12 and 71. RGB value is (220,18,113). Sum of RGB (Red+Green+Blue) = 220+18+113=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1271 is #23ED8E. Grayscale: #595959. Windows color (decimal): -2354575 or 7410396. OLE color: 7410396.
HSL color Cylindrical-coordinate representation of color #DC1271: hue angle of 331.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1271 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 113 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.14 |
| HSL | 331.78º | 0.85% | 0.47% | - |
| HSV(B) | 331.78º | 0.92% | 0.86% | - |
| XYZ | 32.71 | 16.84 | 17.15 | - |
| YUV | 89.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 113 | 0 | 0.92 | 0.49 | 0.14 | 331.78 | 0.85 | 0.47 |
| Hex | DC | 12 | 71 | 0 | 5C | 31 | E | 14C | 55 | 2F |
| Octal | 334 | 22 | 161 | 0 | 134 | 61 | 16 | 514 | 125 | 57 |
| Binary | 11011100 | 10010 | 1110001 | 0 | 1011100 | 110001 | 1110 | 101001100 | 1010101 | 101111 |
Color Harmonies of #DC1271
Complementary color
Monochromatic Colors of #DC1271
Black with #DC1271
Text Example
Text Example
White with #DC1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1271; }
p { color: rgb(220,18,113); }
H1.HeaderClassName
{
color: #DC1271;
}
.AnyTagClassName
{
color: #DC1271;
}
</style>
background-color css
<style>
a { background-color: #DC1271; }
a { background-color: rgb(220,18,113); }
div.DivClassName
{
background-color: #DC1271;
}
.BgClassName
{
background-color: #DC1271;
}
</style>
border-color css
<style>
span { border-color: #DC1271; }
span { border-color: rgb(220,18,113); }
td.TdClassName
{
border-color: #DC1271;
}
.TagClassName
{
border-color: #DC1271;
}
</style>