Shades of Ruby #DC1871
Tints of Ruby #DC1871
RGB
CMYK
RGB Variations
Color information
#DC1871 (or 0xDC1871) is known color: Ruby. HEX triplet: DC, 18 and 71. RGB value is (220,24,113). Sum of RGB (Red+Green+Blue) = 220+24+113=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1871 is #23E78E. Grayscale: #5C5C5C. Windows color (decimal): -2353039 or 7411932. OLE color: 7411932.
HSL color Cylindrical-coordinate representation of color #DC1871: hue angle of 332.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1871 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 113 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.14 |
| HSL | 332.76º | 0.8% | 0.48% | - |
| HSV(B) | 332.76º | 0.89% | 0.86% | - |
| XYZ | 32.82 | 17.06 | 17.19 | - |
| YUV | 92.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 113 | 0 | 0.89 | 0.49 | 0.14 | 332.76 | 0.8 | 0.48 |
| Hex | DC | 18 | 71 | 0 | 59 | 31 | E | 14D | 50 | 30 |
| Octal | 334 | 30 | 161 | 0 | 131 | 61 | 16 | 515 | 120 | 60 |
| Binary | 11011100 | 11000 | 1110001 | 0 | 1011001 | 110001 | 1110 | 101001101 | 1010000 | 110000 |
Color Harmonies of #DC1871
Complementary color
Monochromatic Colors of #DC1871
Black with #DC1871
Text Example
Text Example
White with #DC1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1871; }
p { color: rgb(220,24,113); }
H1.HeaderClassName
{
color: #DC1871;
}
.AnyTagClassName
{
color: #DC1871;
}
</style>
background-color css
<style>
a { background-color: #DC1871; }
a { background-color: rgb(220,24,113); }
div.DivClassName
{
background-color: #DC1871;
}
.BgClassName
{
background-color: #DC1871;
}
</style>
border-color css
<style>
span { border-color: #DC1871; }
span { border-color: rgb(220,24,113); }
td.TdClassName
{
border-color: #DC1871;
}
.TagClassName
{
border-color: #DC1871;
}
</style>