Shades of Ruby #DD196C
Tints of Ruby #DD196C
RGB
CMYK
RGB Variations
Color information
#DD196C (or 0xDD196C) is known color: Ruby. HEX triplet: DD, 19 and 6C. RGB value is (221,25,108). Sum of RGB (Red+Green+Blue) = 221+25+108=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD196C is #22E693. Grayscale: #5C5C5C. Windows color (decimal): -2287252 or 7084509. OLE color: 7084509.
HSL color Cylindrical-coordinate representation of color #DD196C: hue angle of 334.59º 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 #DD196C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.13 |
| HSL | 334.59º | 0.8% | 0.48% | - |
| HSV(B) | 334.59º | 0.89% | 0.87% | - |
| XYZ | 32.87 | 17.15 | 15.77 | - |
| YUV | 93.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 108 | 0 | 0.89 | 0.51 | 0.13 | 334.59 | 0.8 | 0.48 |
| Hex | DD | 19 | 6C | 0 | 59 | 33 | D | 14F | 50 | 30 |
| Octal | 335 | 31 | 154 | 0 | 131 | 63 | 15 | 517 | 120 | 60 |
| Binary | 11011101 | 11001 | 1101100 | 0 | 1011001 | 110011 | 1101 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DD196C
Complementary color
Monochromatic Colors of #DD196C
Black with #DD196C
Text Example
Text Example
White with #DD196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD196C; }
p { color: rgb(221,25,108); }
H1.HeaderClassName
{
color: #DD196C;
}
.AnyTagClassName
{
color: #DD196C;
}
</style>
background-color css
<style>
a { background-color: #DD196C; }
a { background-color: rgb(221,25,108); }
div.DivClassName
{
background-color: #DD196C;
}
.BgClassName
{
background-color: #DD196C;
}
</style>
border-color css
<style>
span { border-color: #DD196C; }
span { border-color: rgb(221,25,108); }
td.TdClassName
{
border-color: #DD196C;
}
.TagClassName
{
border-color: #DD196C;
}
</style>