Shades of Ruby #DC166B
Tints of Ruby #DC166B
RGB
CMYK
RGB Variations
Color information
#DC166B (or 0xDC166B) is known color: Ruby. HEX triplet: DC, 16 and 6B. RGB value is (220,22,107). Sum of RGB (Red+Green+Blue) = 220+22+107=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC166B is #23E994. Grayscale: #5A5A5A. Windows color (decimal): -2353557 or 7018204. OLE color: 7018204.
HSL color Cylindrical-coordinate representation of color #DC166B: hue angle of 334.24º 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 #DC166B is Cyan = 0, Magento = 0.9, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 107 | - |
| CMYK | 0 | 0.9 | 0.51 | 0.14 |
| HSL | 334.24º | 0.82% | 0.47% | - |
| HSV(B) | 334.24º | 0.9% | 0.86% | - |
| XYZ | 32.46 | 16.85 | 15.45 | - |
| YUV | 90.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 107 | 0 | 0.9 | 0.51 | 0.14 | 334.24 | 0.82 | 0.47 |
| Hex | DC | 16 | 6B | 0 | 5A | 33 | E | 14E | 52 | 2F |
| Octal | 334 | 26 | 153 | 0 | 132 | 63 | 16 | 516 | 122 | 57 |
| Binary | 11011100 | 10110 | 1101011 | 0 | 1011010 | 110011 | 1110 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DC166B
Complementary color
Monochromatic Colors of #DC166B
Black with #DC166B
Text Example
Text Example
White with #DC166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC166B; }
p { color: rgb(220,22,107); }
H1.HeaderClassName
{
color: #DC166B;
}
.AnyTagClassName
{
color: #DC166B;
}
</style>
background-color css
<style>
a { background-color: #DC166B; }
a { background-color: rgb(220,22,107); }
div.DivClassName
{
background-color: #DC166B;
}
.BgClassName
{
background-color: #DC166B;
}
</style>
border-color css
<style>
span { border-color: #DC166B; }
span { border-color: rgb(220,22,107); }
td.TdClassName
{
border-color: #DC166B;
}
.TagClassName
{
border-color: #DC166B;
}
</style>