Shades of Ruby #DC196D
Tints of Ruby #DC196D
RGB
CMYK
RGB Variations
Color information
#DC196D (or 0xDC196D) is known color: Ruby. HEX triplet: DC, 19 and 6D. RGB value is (220,25,109). Sum of RGB (Red+Green+Blue) = 220+25+109=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196D is #23E692. Grayscale: #5C5C5C. Windows color (decimal): -2352787 or 7150044. OLE color: 7150044.
HSL color Cylindrical-coordinate representation of color #DC196D: hue angle of 334.15º 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 #DC196D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.14 |
| HSL | 334.15º | 0.8% | 0.48% | - |
| HSV(B) | 334.15º | 0.89% | 0.86% | - |
| XYZ | 32.62 | 17.02 | 16.03 | - |
| YUV | 92.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 109 | 0 | 0.89 | 0.50 | 0.14 | 334.15 | 0.8 | 0.48 |
| Hex | DC | 19 | 6D | 0 | 59 | 32 | E | 14E | 50 | 30 |
| Octal | 334 | 31 | 155 | 0 | 131 | 62 | 16 | 516 | 120 | 60 |
| Binary | 11011100 | 11001 | 1101101 | 0 | 1011001 | 110010 | 1110 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DC196D
Complementary color
Monochromatic Colors of #DC196D
Black with #DC196D
Text Example
Text Example
White with #DC196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC196D; }
p { color: rgb(220,25,109); }
H1.HeaderClassName
{
color: #DC196D;
}
.AnyTagClassName
{
color: #DC196D;
}
</style>
background-color css
<style>
a { background-color: #DC196D; }
a { background-color: rgb(220,25,109); }
div.DivClassName
{
background-color: #DC196D;
}
.BgClassName
{
background-color: #DC196D;
}
</style>
border-color css
<style>
span { border-color: #DC196D; }
span { border-color: rgb(220,25,109); }
td.TdClassName
{
border-color: #DC196D;
}
.TagClassName
{
border-color: #DC196D;
}
</style>