Shades of Ruby #DD196A
Tints of Ruby #DD196A
RGB
CMYK
RGB Variations
Color information
#DD196A (or 0xDD196A) is known color: Ruby. HEX triplet: DD, 19 and 6A. RGB value is (221,25,106). Sum of RGB (Red+Green+Blue) = 221+25+106=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD196A is #22E695. Grayscale: #5C5C5C. Windows color (decimal): -2287254 or 6953437. OLE color: 6953437.
HSL color Cylindrical-coordinate representation of color #DD196A: hue angle of 335.2º 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 #DD196A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.13 |
| HSL | 335.2º | 0.8% | 0.48% | - |
| HSV(B) | 335.2º | 0.89% | 0.87% | - |
| XYZ | 32.77 | 17.11 | 15.21 | - |
| YUV | 92.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 106 | 0 | 0.89 | 0.52 | 0.13 | 335.2 | 0.8 | 0.48 |
| Hex | DD | 19 | 6A | 0 | 59 | 34 | D | 14F | 50 | 30 |
| Octal | 335 | 31 | 152 | 0 | 131 | 64 | 15 | 517 | 120 | 60 |
| Binary | 11011101 | 11001 | 1101010 | 0 | 1011001 | 110100 | 1101 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DD196A
Complementary color
Monochromatic Colors of #DD196A
Black with #DD196A
Text Example
Text Example
White with #DD196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD196A; }
p { color: rgb(221,25,106); }
H1.HeaderClassName
{
color: #DD196A;
}
.AnyTagClassName
{
color: #DD196A;
}
</style>
background-color css
<style>
a { background-color: #DD196A; }
a { background-color: rgb(221,25,106); }
div.DivClassName
{
background-color: #DD196A;
}
.BgClassName
{
background-color: #DD196A;
}
</style>
border-color css
<style>
span { border-color: #DD196A; }
span { border-color: rgb(221,25,106); }
td.TdClassName
{
border-color: #DD196A;
}
.TagClassName
{
border-color: #DD196A;
}
</style>