Shades of Ruby #DC1E6A
Tints of Ruby #DC1E6A
RGB
CMYK
RGB Variations
Color information
#DC1E6A (or 0xDC1E6A) is known color: Ruby. HEX triplet: DC, 1E and 6A. RGB value is (220,30,106). Sum of RGB (Red+Green+Blue) = 220+30+106=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6A is #23E195. Grayscale: #5F5F5F. Windows color (decimal): -2351510 or 6954716. OLE color: 6954716.
HSL color Cylindrical-coordinate representation of color #DC1E6A: hue angle of 336º 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 #DC1E6A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 106 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.14 |
| HSL | 336º | 0.76% | 0.49% | - |
| HSV(B) | 336º | 0.86% | 0.86% | - |
| XYZ | 32.58 | 17.18 | 15.24 | - |
| YUV | 95.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 106 | 0 | 0.86 | 0.52 | 0.14 | 336 | 0.76 | 0.49 |
| Hex | DC | 1E | 6A | 0 | 56 | 34 | E | 150 | 4C | 31 |
| Octal | 334 | 36 | 152 | 0 | 126 | 64 | 16 | 520 | 114 | 61 |
| Binary | 11011100 | 11110 | 1101010 | 0 | 1010110 | 110100 | 1110 | 101010000 | 1001100 | 110001 |
Color Harmonies of #DC1E6A
Complementary color
Monochromatic Colors of #DC1E6A
Black with #DC1E6A
Text Example
Text Example
White with #DC1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E6A; }
p { color: rgb(220,30,106); }
H1.HeaderClassName
{
color: #DC1E6A;
}
.AnyTagClassName
{
color: #DC1E6A;
}
</style>
background-color css
<style>
a { background-color: #DC1E6A; }
a { background-color: rgb(220,30,106); }
div.DivClassName
{
background-color: #DC1E6A;
}
.BgClassName
{
background-color: #DC1E6A;
}
</style>
border-color css
<style>
span { border-color: #DC1E6A; }
span { border-color: rgb(220,30,106); }
td.TdClassName
{
border-color: #DC1E6A;
}
.TagClassName
{
border-color: #DC1E6A;
}
</style>