Shades of Ruby #DC166F
Tints of Ruby #DC166F
RGB
CMYK
RGB Variations
Color information
#DC166F (or 0xDC166F) is known color: Ruby. HEX triplet: DC, 16 and 6F. RGB value is (220,22,111). Sum of RGB (Red+Green+Blue) = 220+22+111=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166F is #23E990. Grayscale: #5B5B5B. Windows color (decimal): -2353553 or 7280348. OLE color: 7280348.
HSL color Cylindrical-coordinate representation of color #DC166F: hue angle of 333.03º 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 #DC166F is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 111 | - |
| CMYK | 0 | 0.9 | 0.50 | 0.14 |
| HSL | 333.03º | 0.82% | 0.47% | - |
| HSV(B) | 333.03º | 0.9% | 0.86% | - |
| XYZ | 32.67 | 16.94 | 16.59 | - |
| YUV | 91.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 111 | 0 | 0.9 | 0.50 | 0.14 | 333.03 | 0.82 | 0.47 |
| Hex | DC | 16 | 6F | 0 | 5A | 32 | E | 14D | 52 | 2F |
| Octal | 334 | 26 | 157 | 0 | 132 | 62 | 16 | 515 | 122 | 57 |
| Binary | 11011100 | 10110 | 1101111 | 0 | 1011010 | 110010 | 1110 | 101001101 | 1010010 | 101111 |
Color Harmonies of #DC166F
Complementary color
Monochromatic Colors of #DC166F
Black with #DC166F
Text Example
Text Example
White with #DC166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC166F; }
p { color: rgb(220,22,111); }
H1.HeaderClassName
{
color: #DC166F;
}
.AnyTagClassName
{
color: #DC166F;
}
</style>
background-color css
<style>
a { background-color: #DC166F; }
a { background-color: rgb(220,22,111); }
div.DivClassName
{
background-color: #DC166F;
}
.BgClassName
{
background-color: #DC166F;
}
</style>
border-color css
<style>
span { border-color: #DC166F; }
span { border-color: rgb(220,22,111); }
td.TdClassName
{
border-color: #DC166F;
}
.TagClassName
{
border-color: #DC166F;
}
</style>