Shades of Deep Magenta #DD19CF
Tints of Deep Magenta #DD19CF
RGB
CMYK
RGB Variations
Color information
#DD19CF (or 0xDD19CF) is known color: Deep Magenta. HEX triplet: DD, 19 and CF. RGB value is (221,25,207). Sum of RGB (Red+Green+Blue) = 221+25+207=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19CF is #22E630. Grayscale: #676767. Windows color (decimal): -2287153 or 13572573. OLE color: 13572573.
HSL color Cylindrical-coordinate representation of color #DD19CF: hue angle of 304.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 #DD19CF is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 207 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.13 |
| HSL | 304.29º | 0.8% | 0.48% | - |
| HSV(B) | 304.29º | 0.89% | 0.87% | - |
| XYZ | 41.43 | 20.57 | 60.82 | - |
| YUV | 104.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 207 | 0 | 0.89 | 0.06 | 0.13 | 304.29 | 0.8 | 0.48 |
| Hex | DD | 19 | CF | 0 | 59 | 6 | D | 130 | 50 | 30 |
| Octal | 335 | 31 | 317 | 0 | 131 | 6 | 15 | 460 | 120 | 60 |
| Binary | 11011101 | 11001 | 11001111 | 0 | 1011001 | 110 | 1101 | 100110000 | 1010000 | 110000 |
Color Harmonies of #DD19CF
Complementary color
Monochromatic Colors of #DD19CF
Black with #DD19CF
Text Example
Text Example
White with #DD19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19CF; }
p { color: rgb(221,25,207); }
H1.HeaderClassName
{
color: #DD19CF;
}
.AnyTagClassName
{
color: #DD19CF;
}
</style>
background-color css
<style>
a { background-color: #DD19CF; }
a { background-color: rgb(221,25,207); }
div.DivClassName
{
background-color: #DD19CF;
}
.BgClassName
{
background-color: #DD19CF;
}
</style>
border-color css
<style>
span { border-color: #DD19CF; }
span { border-color: rgb(221,25,207); }
td.TdClassName
{
border-color: #DD19CF;
}
.TagClassName
{
border-color: #DD19CF;
}
</style>