Shades of Ruby #DC1E65
Tints of Ruby #DC1E65
RGB
CMYK
RGB Variations
Color information
#DC1E65 (or 0xDC1E65) is known color: Ruby. HEX triplet: DC, 1E and 65. RGB value is (220,30,101). Sum of RGB (Red+Green+Blue) = 220+30+101=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E65 is #23E19A. Grayscale: #5E5E5E. Windows color (decimal): -2351515 or 6627036. OLE color: 6627036.
HSL color Cylindrical-coordinate representation of color #DC1E65: hue angle of 337.58º 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 #DC1E65 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 101 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.14 |
| HSL | 337.58º | 0.76% | 0.49% | - |
| HSV(B) | 337.58º | 0.86% | 0.86% | - |
| XYZ | 32.33 | 17.08 | 13.91 | - |
| YUV | 94.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 101 | 0 | 0.86 | 0.54 | 0.14 | 337.58 | 0.76 | 0.49 |
| Hex | DC | 1E | 65 | 0 | 56 | 36 | E | 152 | 4C | 31 |
| Octal | 334 | 36 | 145 | 0 | 126 | 66 | 16 | 522 | 114 | 61 |
| Binary | 11011100 | 11110 | 1100101 | 0 | 1010110 | 110110 | 1110 | 101010010 | 1001100 | 110001 |
Color Harmonies of #DC1E65
Complementary color
Monochromatic Colors of #DC1E65
Black with #DC1E65
Text Example
Text Example
White with #DC1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E65; }
p { color: rgb(220,30,101); }
H1.HeaderClassName
{
color: #DC1E65;
}
.AnyTagClassName
{
color: #DC1E65;
}
</style>
background-color css
<style>
a { background-color: #DC1E65; }
a { background-color: rgb(220,30,101); }
div.DivClassName
{
background-color: #DC1E65;
}
.BgClassName
{
background-color: #DC1E65;
}
</style>
border-color css
<style>
span { border-color: #DC1E65; }
span { border-color: rgb(220,30,101); }
td.TdClassName
{
border-color: #DC1E65;
}
.TagClassName
{
border-color: #DC1E65;
}
</style>