Shades of Ruby #DC0271
Tints of Ruby #DC0271
RGB
CMYK
RGB Variations
Color information
#DC0271 (or 0xDC0271) is known color: Ruby. HEX triplet: DC, 02 and 71. RGB value is (220,2,113). Sum of RGB (Red+Green+Blue) = 220+2+113=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0271 is #23FD8E. Grayscale: #4F4F4F. Windows color (decimal): -2358671 or 7406300. OLE color: 7406300.
HSL color Cylindrical-coordinate representation of color #DC0271: hue angle of 329.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0271 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.14 |
| HSL | 329.45º | 0.98% | 0.44% | - |
| HSV(B) | 329.45º | 0.99% | 0.86% | - |
| XYZ | 32.52 | 16.45 | 17.08 | - |
| YUV | 79.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 113 | 0 | 0.99 | 0.49 | 0.14 | 329.45 | 0.98 | 0.44 |
| Hex | DC | 2 | 71 | 0 | 63 | 31 | E | 149 | 62 | 2C |
| Octal | 334 | 2 | 161 | 0 | 143 | 61 | 16 | 511 | 142 | 54 |
| Binary | 11011100 | 10 | 1110001 | 0 | 1100011 | 110001 | 1110 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DC0271
Complementary color
Monochromatic Colors of #DC0271
Black with #DC0271
Text Example
Text Example
White with #DC0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0271; }
p { color: rgb(220,2,113); }
H1.HeaderClassName
{
color: #DC0271;
}
.AnyTagClassName
{
color: #DC0271;
}
</style>
background-color css
<style>
a { background-color: #DC0271; }
a { background-color: rgb(220,2,113); }
div.DivClassName
{
background-color: #DC0271;
}
.BgClassName
{
background-color: #DC0271;
}
</style>
border-color css
<style>
span { border-color: #DC0271; }
span { border-color: rgb(220,2,113); }
td.TdClassName
{
border-color: #DC0271;
}
.TagClassName
{
border-color: #DC0271;
}
</style>