Shades of Ruby #DC166E
Tints of Ruby #DC166E
RGB
CMYK
RGB Variations
Color information
#DC166E (or 0xDC166E) is known color: Ruby. HEX triplet: DC, 16 and 6E. RGB value is (220,22,110). Sum of RGB (Red+Green+Blue) = 220+22+110=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166E is #23E991. Grayscale: #5B5B5B. Windows color (decimal): -2353554 or 7214812. OLE color: 7214812.
HSL color Cylindrical-coordinate representation of color #DC166E: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC166E is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 110 | - |
| CMYK | 0 | 0.9 | 0.50 | 0.14 |
| HSL | 333.33º | 0.82% | 0.47% | - |
| HSV(B) | 333.33º | 0.9% | 0.86% | - |
| XYZ | 32.62 | 16.92 | 16.3 | - |
| YUV | 91.23 | 138.6 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 110 | 0 | 0.9 | 0.50 | 0.14 | 333.33 | 0.82 | 0.47 |
| Hex | DC | 16 | 6E | 0 | 5A | 32 | E | 14D | 52 | 2F |
| Octal | 334 | 26 | 156 | 0 | 132 | 62 | 16 | 515 | 122 | 57 |
| Binary | 11011100 | 10110 | 1101110 | 0 | 1011010 | 110010 | 1110 | 101001101 | 1010010 | 101111 |
Color Harmonies of #DC166E
Complementary color
Monochromatic Colors of #DC166E
Black with #DC166E
Text Example
Text Example
White with #DC166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC166E; }
p { color: rgb(220,22,110); }
H1.HeaderClassName
{
color: #DC166E;
}
.AnyTagClassName
{
color: #DC166E;
}
</style>
background-color css
<style>
a { background-color: #DC166E; }
a { background-color: rgb(220,22,110); }
div.DivClassName
{
background-color: #DC166E;
}
.BgClassName
{
background-color: #DC166E;
}
</style>
border-color css
<style>
span { border-color: #DC166E; }
span { border-color: rgb(220,22,110); }
td.TdClassName
{
border-color: #DC166E;
}
.TagClassName
{
border-color: #DC166E;
}
</style>