Shades of Ruby #DC186D
Tints of Ruby #DC186D
RGB
CMYK
RGB Variations
Color information
#DC186D (or 0xDC186D) is known color: Ruby. HEX triplet: DC, 18 and 6D. RGB value is (220,24,109). Sum of RGB (Red+Green+Blue) = 220+24+109=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC186D is #23E792. Grayscale: #5C5C5C. Windows color (decimal): -2353043 or 7149788. OLE color: 7149788.
HSL color Cylindrical-coordinate representation of color #DC186D: hue angle of 333.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC186D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.14 |
| HSL | 333.98º | 0.8% | 0.48% | - |
| HSV(B) | 333.98º | 0.89% | 0.86% | - |
| XYZ | 32.6 | 16.97 | 16.03 | - |
| YUV | 92.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 109 | 0 | 0.89 | 0.50 | 0.14 | 333.98 | 0.8 | 0.48 |
| Hex | DC | 18 | 6D | 0 | 59 | 32 | E | 14E | 50 | 30 |
| Octal | 334 | 30 | 155 | 0 | 131 | 62 | 16 | 516 | 120 | 60 |
| Binary | 11011100 | 11000 | 1101101 | 0 | 1011001 | 110010 | 1110 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DC186D
Complementary color
Monochromatic Colors of #DC186D
Black with #DC186D
Text Example
Text Example
White with #DC186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC186D; }
p { color: rgb(220,24,109); }
H1.HeaderClassName
{
color: #DC186D;
}
.AnyTagClassName
{
color: #DC186D;
}
</style>
background-color css
<style>
a { background-color: #DC186D; }
a { background-color: rgb(220,24,109); }
div.DivClassName
{
background-color: #DC186D;
}
.BgClassName
{
background-color: #DC186D;
}
</style>
border-color css
<style>
span { border-color: #DC186D; }
span { border-color: rgb(220,24,109); }
td.TdClassName
{
border-color: #DC186D;
}
.TagClassName
{
border-color: #DC186D;
}
</style>