Shades of Ruby #DC196A
Tints of Ruby #DC196A
RGB
CMYK
RGB Variations
Color information
#DC196A (or 0xDC196A) is known color: Ruby. HEX triplet: DC, 19 and 6A. RGB value is (220,25,106). Sum of RGB (Red+Green+Blue) = 220+25+106=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196A is #23E695. Grayscale: #5C5C5C. Windows color (decimal): -2352790 or 6953436. OLE color: 6953436.
HSL color Cylindrical-coordinate representation of color #DC196A: hue angle of 335.08º 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 #DC196A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 335.08º | 0.8% | 0.48% | - |
| HSV(B) | 335.08º | 0.89% | 0.86% | - |
| XYZ | 32.46 | 16.95 | 15.2 | - |
| YUV | 92.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 106 | 0 | 0.89 | 0.52 | 0.14 | 335.08 | 0.8 | 0.48 |
| Hex | DC | 19 | 6A | 0 | 59 | 34 | E | 14F | 50 | 30 |
| Octal | 334 | 31 | 152 | 0 | 131 | 64 | 16 | 517 | 120 | 60 |
| Binary | 11011100 | 11001 | 1101010 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DC196A
Complementary color
Monochromatic Colors of #DC196A
Black with #DC196A
Text Example
Text Example
White with #DC196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC196A; }
p { color: rgb(220,25,106); }
H1.HeaderClassName
{
color: #DC196A;
}
.AnyTagClassName
{
color: #DC196A;
}
</style>
background-color css
<style>
a { background-color: #DC196A; }
a { background-color: rgb(220,25,106); }
div.DivClassName
{
background-color: #DC196A;
}
.BgClassName
{
background-color: #DC196A;
}
</style>
border-color css
<style>
span { border-color: #DC196A; }
span { border-color: rgb(220,25,106); }
td.TdClassName
{
border-color: #DC196A;
}
.TagClassName
{
border-color: #DC196A;
}
</style>