Shades of Ruby #DC166A
Tints of Ruby #DC166A
RGB
CMYK
RGB Variations
Color information
#DC166A (or 0xDC166A) is known color: Ruby. HEX triplet: DC, 16 and 6A. RGB value is (220,22,106). Sum of RGB (Red+Green+Blue) = 220+22+106=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166A is #23E995. Grayscale: #5A5A5A. Windows color (decimal): -2353558 or 6952668. OLE color: 6952668.
HSL color Cylindrical-coordinate representation of color #DC166A: hue angle of 334.55º 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 #DC166A is Cyan = 0, Magento = 0.9, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 106 | - |
| CMYK | 0 | 0.9 | 0.52 | 0.14 |
| HSL | 334.55º | 0.82% | 0.47% | - |
| HSV(B) | 334.55º | 0.9% | 0.86% | - |
| XYZ | 32.4 | 16.83 | 15.18 | - |
| YUV | 90.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 106 | 0 | 0.9 | 0.52 | 0.14 | 334.55 | 0.82 | 0.47 |
| Hex | DC | 16 | 6A | 0 | 5A | 34 | E | 14F | 52 | 2F |
| Octal | 334 | 26 | 152 | 0 | 132 | 64 | 16 | 517 | 122 | 57 |
| Binary | 11011100 | 10110 | 1101010 | 0 | 1011010 | 110100 | 1110 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DC166A
Complementary color
Monochromatic Colors of #DC166A
Black with #DC166A
Text Example
Text Example
White with #DC166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC166A; }
p { color: rgb(220,22,106); }
H1.HeaderClassName
{
color: #DC166A;
}
.AnyTagClassName
{
color: #DC166A;
}
</style>
background-color css
<style>
a { background-color: #DC166A; }
a { background-color: rgb(220,22,106); }
div.DivClassName
{
background-color: #DC166A;
}
.BgClassName
{
background-color: #DC166A;
}
</style>
border-color css
<style>
span { border-color: #DC166A; }
span { border-color: rgb(220,22,106); }
td.TdClassName
{
border-color: #DC166A;
}
.TagClassName
{
border-color: #DC166A;
}
</style>