Shades of Ruby #DC186A
Tints of Ruby #DC186A
RGB
CMYK
RGB Variations
Color information
#DC186A (or 0xDC186A) is known color: Ruby. HEX triplet: DC, 18 and 6A. RGB value is (220,24,106). Sum of RGB (Red+Green+Blue) = 220+24+106=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC186A is #23E795. Grayscale: #5B5B5B. Windows color (decimal): -2353046 or 6953180. OLE color: 6953180.
HSL color Cylindrical-coordinate representation of color #DC186A: hue angle of 334.9º 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 #DC186A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 334.9º | 0.8% | 0.48% | - |
| HSV(B) | 334.9º | 0.89% | 0.86% | - |
| XYZ | 32.44 | 16.91 | 15.19 | - |
| YUV | 91.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 106 | 0 | 0.89 | 0.52 | 0.14 | 334.9 | 0.8 | 0.48 |
| Hex | DC | 18 | 6A | 0 | 59 | 34 | E | 14F | 50 | 30 |
| Octal | 334 | 30 | 152 | 0 | 131 | 64 | 16 | 517 | 120 | 60 |
| Binary | 11011100 | 11000 | 1101010 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DC186A
Complementary color
Monochromatic Colors of #DC186A
Black with #DC186A
Text Example
Text Example
White with #DC186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC186A; }
p { color: rgb(220,24,106); }
H1.HeaderClassName
{
color: #DC186A;
}
.AnyTagClassName
{
color: #DC186A;
}
</style>
background-color css
<style>
a { background-color: #DC186A; }
a { background-color: rgb(220,24,106); }
div.DivClassName
{
background-color: #DC186A;
}
.BgClassName
{
background-color: #DC186A;
}
</style>
border-color css
<style>
span { border-color: #DC186A; }
span { border-color: rgb(220,24,106); }
td.TdClassName
{
border-color: #DC186A;
}
.TagClassName
{
border-color: #DC186A;
}
</style>