Shades of Ruby #DC1E6B
Tints of Ruby #DC1E6B
RGB
CMYK
RGB Variations
Color information
#DC1E6B (or 0xDC1E6B) is known color: Ruby. HEX triplet: DC, 1E and 6B. RGB value is (220,30,107). Sum of RGB (Red+Green+Blue) = 220+30+107=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6B is #23E194. Grayscale: #5F5F5F. Windows color (decimal): -2351509 or 7020252. OLE color: 7020252.
HSL color Cylindrical-coordinate representation of color #DC1E6B: hue angle of 335.68º 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 #DC1E6B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 107 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.14 |
| HSL | 335.68º | 0.76% | 0.49% | - |
| HSV(B) | 335.68º | 0.86% | 0.86% | - |
| XYZ | 32.63 | 17.21 | 15.51 | - |
| YUV | 95.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 107 | 0 | 0.86 | 0.51 | 0.14 | 335.68 | 0.76 | 0.49 |
| Hex | DC | 1E | 6B | 0 | 56 | 33 | E | 150 | 4C | 31 |
| Octal | 334 | 36 | 153 | 0 | 126 | 63 | 16 | 520 | 114 | 61 |
| Binary | 11011100 | 11110 | 1101011 | 0 | 1010110 | 110011 | 1110 | 101010000 | 1001100 | 110001 |
Color Harmonies of #DC1E6B
Complementary color
Monochromatic Colors of #DC1E6B
Black with #DC1E6B
Text Example
Text Example
White with #DC1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E6B; }
p { color: rgb(220,30,107); }
H1.HeaderClassName
{
color: #DC1E6B;
}
.AnyTagClassName
{
color: #DC1E6B;
}
</style>
background-color css
<style>
a { background-color: #DC1E6B; }
a { background-color: rgb(220,30,107); }
div.DivClassName
{
background-color: #DC1E6B;
}
.BgClassName
{
background-color: #DC1E6B;
}
</style>
border-color css
<style>
span { border-color: #DC1E6B; }
span { border-color: rgb(220,30,107); }
td.TdClassName
{
border-color: #DC1E6B;
}
.TagClassName
{
border-color: #DC1E6B;
}
</style>