Shades of Ruby #DC1E6E
Tints of Ruby #DC1E6E
RGB
CMYK
RGB Variations
Color information
#DC1E6E (or 0xDC1E6E) is known color: Ruby. HEX triplet: DC, 1E and 6E. RGB value is (220,30,110). Sum of RGB (Red+Green+Blue) = 220+30+110=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6E is #23E191. Grayscale: #5F5F5F. Windows color (decimal): -2351506 or 7216860. OLE color: 7216860.
HSL color Cylindrical-coordinate representation of color #DC1E6E: hue angle of 334.74º 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 #DC1E6E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 110 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.14 |
| HSL | 334.74º | 0.76% | 0.49% | - |
| HSV(B) | 334.74º | 0.86% | 0.86% | - |
| XYZ | 32.79 | 17.27 | 16.36 | - |
| YUV | 95.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 110 | 0 | 0.86 | 0.50 | 0.14 | 334.74 | 0.76 | 0.49 |
| Hex | DC | 1E | 6E | 0 | 56 | 32 | E | 14F | 4C | 31 |
| Octal | 334 | 36 | 156 | 0 | 126 | 62 | 16 | 517 | 114 | 61 |
| Binary | 11011100 | 11110 | 1101110 | 0 | 1010110 | 110010 | 1110 | 101001111 | 1001100 | 110001 |
Color Harmonies of #DC1E6E
Complementary color
Monochromatic Colors of #DC1E6E
Black with #DC1E6E
Text Example
Text Example
White with #DC1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E6E; }
p { color: rgb(220,30,110); }
H1.HeaderClassName
{
color: #DC1E6E;
}
.AnyTagClassName
{
color: #DC1E6E;
}
</style>
background-color css
<style>
a { background-color: #DC1E6E; }
a { background-color: rgb(220,30,110); }
div.DivClassName
{
background-color: #DC1E6E;
}
.BgClassName
{
background-color: #DC1E6E;
}
</style>
border-color css
<style>
span { border-color: #DC1E6E; }
span { border-color: rgb(220,30,110); }
td.TdClassName
{
border-color: #DC1E6E;
}
.TagClassName
{
border-color: #DC1E6E;
}
</style>