Shades of Ruby #DC1E6C
Tints of Ruby #DC1E6C
RGB
CMYK
RGB Variations
Color information
#DC1E6C (or 0xDC1E6C) is known color: Ruby. HEX triplet: DC, 1E and 6C. RGB value is (220,30,108). Sum of RGB (Red+Green+Blue) = 220+30+108=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6C is #23E193. Grayscale: #5F5F5F. Windows color (decimal): -2351508 or 7085788. OLE color: 7085788.
HSL color Cylindrical-coordinate representation of color #DC1E6C: hue angle of 335.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E6C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 108 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.14 |
| HSL | 335.37º | 0.76% | 0.49% | - |
| HSV(B) | 335.37º | 0.86% | 0.86% | - |
| XYZ | 32.69 | 17.23 | 15.79 | - |
| YUV | 95.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 108 | 0 | 0.86 | 0.51 | 0.14 | 335.37 | 0.76 | 0.49 |
| Hex | DC | 1E | 6C | 0 | 56 | 33 | E | 14F | 4C | 31 |
| Octal | 334 | 36 | 154 | 0 | 126 | 63 | 16 | 517 | 114 | 61 |
| Binary | 11011100 | 11110 | 1101100 | 0 | 1010110 | 110011 | 1110 | 101001111 | 1001100 | 110001 |
Color Harmonies of #DC1E6C
Complementary color
Monochromatic Colors of #DC1E6C
Black with #DC1E6C
Text Example
Text Example
White with #DC1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E6C; }
p { color: rgb(220,30,108); }
H1.HeaderClassName
{
color: #DC1E6C;
}
.AnyTagClassName
{
color: #DC1E6C;
}
</style>
background-color css
<style>
a { background-color: #DC1E6C; }
a { background-color: rgb(220,30,108); }
div.DivClassName
{
background-color: #DC1E6C;
}
.BgClassName
{
background-color: #DC1E6C;
}
</style>
border-color css
<style>
span { border-color: #DC1E6C; }
span { border-color: rgb(220,30,108); }
td.TdClassName
{
border-color: #DC1E6C;
}
.TagClassName
{
border-color: #DC1E6C;
}
</style>