Shades of Ruby #DC1B71
Tints of Ruby #DC1B71
RGB
CMYK
RGB Variations
Color information
#DC1B71 (or 0xDC1B71) is known color: Ruby. HEX triplet: DC, 1B and 71. RGB value is (220,27,113). Sum of RGB (Red+Green+Blue) = 220+27+113=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B71 is #23E48E. Grayscale: #5E5E5E. Windows color (decimal): -2352271 or 7412700. OLE color: 7412700.
HSL color Cylindrical-coordinate representation of color #DC1B71: hue angle of 333.26º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B71 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 113 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.14 |
| HSL | 333.26º | 0.78% | 0.48% | - |
| HSV(B) | 333.26º | 0.88% | 0.86% | - |
| XYZ | 32.89 | 17.19 | 17.21 | - |
| YUV | 94.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 113 | 0 | 0.88 | 0.49 | 0.14 | 333.26 | 0.78 | 0.48 |
| Hex | DC | 1B | 71 | 0 | 58 | 31 | E | 14D | 4E | 30 |
| Octal | 334 | 33 | 161 | 0 | 130 | 61 | 16 | 515 | 116 | 60 |
| Binary | 11011100 | 11011 | 1110001 | 0 | 1011000 | 110001 | 1110 | 101001101 | 1001110 | 110000 |
Color Harmonies of #DC1B71
Complementary color
Monochromatic Colors of #DC1B71
Black with #DC1B71
Text Example
Text Example
White with #DC1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B71; }
p { color: rgb(220,27,113); }
H1.HeaderClassName
{
color: #DC1B71;
}
.AnyTagClassName
{
color: #DC1B71;
}
</style>
background-color css
<style>
a { background-color: #DC1B71; }
a { background-color: rgb(220,27,113); }
div.DivClassName
{
background-color: #DC1B71;
}
.BgClassName
{
background-color: #DC1B71;
}
</style>
border-color css
<style>
span { border-color: #DC1B71; }
span { border-color: rgb(220,27,113); }
td.TdClassName
{
border-color: #DC1B71;
}
.TagClassName
{
border-color: #DC1B71;
}
</style>