Shades of Ruby #DD196D
Tints of Ruby #DD196D
RGB
CMYK
RGB Variations
Color information
#DD196D (or 0xDD196D) is known color: Ruby. HEX triplet: DD, 19 and 6D. RGB value is (221,25,109). Sum of RGB (Red+Green+Blue) = 221+25+109=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD196D is #22E692. Grayscale: #5D5D5D. Windows color (decimal): -2287251 or 7150045. OLE color: 7150045.
HSL color Cylindrical-coordinate representation of color #DD196D: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD196D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.13 |
| HSL | 334.29º | 0.8% | 0.48% | - |
| HSV(B) | 334.29º | 0.89% | 0.87% | - |
| XYZ | 32.93 | 17.17 | 16.05 | - |
| YUV | 93.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 109 | 0 | 0.89 | 0.51 | 0.13 | 334.29 | 0.8 | 0.48 |
| Hex | DD | 19 | 6D | 0 | 59 | 33 | D | 14E | 50 | 30 |
| Octal | 335 | 31 | 155 | 0 | 131 | 63 | 15 | 516 | 120 | 60 |
| Binary | 11011101 | 11001 | 1101101 | 0 | 1011001 | 110011 | 1101 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DD196D
Complementary color
Monochromatic Colors of #DD196D
Black with #DD196D
Text Example
Text Example
White with #DD196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD196D; }
p { color: rgb(221,25,109); }
H1.HeaderClassName
{
color: #DD196D;
}
.AnyTagClassName
{
color: #DD196D;
}
</style>
background-color css
<style>
a { background-color: #DD196D; }
a { background-color: rgb(221,25,109); }
div.DivClassName
{
background-color: #DD196D;
}
.BgClassName
{
background-color: #DD196D;
}
</style>
border-color css
<style>
span { border-color: #DD196D; }
span { border-color: rgb(221,25,109); }
td.TdClassName
{
border-color: #DD196D;
}
.TagClassName
{
border-color: #DD196D;
}
</style>