Shades of Deep Magenta #DD19C7
Tints of Deep Magenta #DD19C7
RGB
CMYK
RGB Variations
Color information
#DD19C7 (or 0xDD19C7) is known color: Deep Magenta. HEX triplet: DD, 19 and C7. RGB value is (221,25,199). Sum of RGB (Red+Green+Blue) = 221+25+199=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19C7 is #22E638. Grayscale: #666666. Windows color (decimal): -2287161 or 13048285. OLE color: 13048285.
HSL color Cylindrical-coordinate representation of color #DD19C7: hue angle of 306.73º 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 #DD19C7 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 199 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.13 |
| HSL | 306.73º | 0.8% | 0.48% | - |
| HSV(B) | 306.73º | 0.89% | 0.87% | - |
| XYZ | 40.48 | 20.19 | 55.8 | - |
| YUV | 103.44 | 181.93 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 199 | 0 | 0.89 | 0.10 | 0.13 | 306.73 | 0.8 | 0.48 |
| Hex | DD | 19 | C7 | 0 | 59 | A | D | 133 | 50 | 30 |
| Octal | 335 | 31 | 307 | 0 | 131 | 12 | 15 | 463 | 120 | 60 |
| Binary | 11011101 | 11001 | 11000111 | 0 | 1011001 | 1010 | 1101 | 100110011 | 1010000 | 110000 |
Color Harmonies of #DD19C7
Complementary color
Monochromatic Colors of #DD19C7
Black with #DD19C7
Text Example
Text Example
White with #DD19C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19C7; }
p { color: rgb(221,25,199); }
H1.HeaderClassName
{
color: #DD19C7;
}
.AnyTagClassName
{
color: #DD19C7;
}
</style>
background-color css
<style>
a { background-color: #DD19C7; }
a { background-color: rgb(221,25,199); }
div.DivClassName
{
background-color: #DD19C7;
}
.BgClassName
{
background-color: #DD19C7;
}
</style>
border-color css
<style>
span { border-color: #DD19C7; }
span { border-color: rgb(221,25,199); }
td.TdClassName
{
border-color: #DD19C7;
}
.TagClassName
{
border-color: #DD19C7;
}
</style>