Shades of Ruby #DC1E66
Tints of Ruby #DC1E66
RGB
CMYK
RGB Variations
Color information
#DC1E66 (or 0xDC1E66) is known color: Ruby. HEX triplet: DC, 1E and 66. RGB value is (220,30,102). Sum of RGB (Red+Green+Blue) = 220+30+102=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E66 is #23E199. Grayscale: #5E5E5E. Windows color (decimal): -2351514 or 6692572. OLE color: 6692572.
HSL color Cylindrical-coordinate representation of color #DC1E66: hue angle of 337.26º 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 #DC1E66 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 102 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.14 |
| HSL | 337.26º | 0.76% | 0.49% | - |
| HSV(B) | 337.26º | 0.86% | 0.86% | - |
| XYZ | 32.38 | 17.1 | 14.17 | - |
| YUV | 95.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 102 | 0 | 0.86 | 0.54 | 0.14 | 337.26 | 0.76 | 0.49 |
| Hex | DC | 1E | 66 | 0 | 56 | 36 | E | 151 | 4C | 31 |
| Octal | 334 | 36 | 146 | 0 | 126 | 66 | 16 | 521 | 114 | 61 |
| Binary | 11011100 | 11110 | 1100110 | 0 | 1010110 | 110110 | 1110 | 101010001 | 1001100 | 110001 |
Color Harmonies of #DC1E66
Complementary color
Monochromatic Colors of #DC1E66
Black with #DC1E66
Text Example
Text Example
White with #DC1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E66; }
p { color: rgb(220,30,102); }
H1.HeaderClassName
{
color: #DC1E66;
}
.AnyTagClassName
{
color: #DC1E66;
}
</style>
background-color css
<style>
a { background-color: #DC1E66; }
a { background-color: rgb(220,30,102); }
div.DivClassName
{
background-color: #DC1E66;
}
.BgClassName
{
background-color: #DC1E66;
}
</style>
border-color css
<style>
span { border-color: #DC1E66; }
span { border-color: rgb(220,30,102); }
td.TdClassName
{
border-color: #DC1E66;
}
.TagClassName
{
border-color: #DC1E66;
}
</style>