Shades of Deep Magenta #DD1FE1
Tints of Deep Magenta #DD1FE1
RGB
CMYK
RGB Variations
Color information
#DD1FE1 (or 0xDD1FE1) is known color: Deep Magenta. HEX triplet: DD, 1F and E1. RGB value is (221,31,225). Sum of RGB (Red+Green+Blue) = 221+31+225=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD1FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FE1 is #22E01E. Grayscale: #6D6D6D. Windows color (decimal): -2285599 or 14753757. OLE color: 14753757.
HSL color Cylindrical-coordinate representation of color #DD1FE1: hue angle of 298.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FE1 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 31 | 225 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.12 |
| HSL | 298.76º | 0.76% | 0.5% | - |
| HSV(B) | 298.76º | 0.86% | 0.88% | - |
| XYZ | 43.9 | 21.79 | 73.13 | - |
| YUV | 109.93 | 192.95 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 225 | 0.02 | 0.86 | 0 | 0.12 | 298.76 | 0.76 | 0.5 |
| Hex | DD | 1F | E1 | 2 | 56 | 0 | C | 12B | 4C | 32 |
| Octal | 335 | 37 | 341 | 2 | 126 | 0 | 14 | 453 | 114 | 62 |
| Binary | 11011101 | 11111 | 11100001 | 10 | 1010110 | 0 | 1100 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DD1FE1
Complementary color
Monochromatic Colors of #DD1FE1
Black with #DD1FE1
Text Example
Text Example
White with #DD1FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FE1; }
p { color: rgb(221,31,225); }
H1.HeaderClassName
{
color: #DD1FE1;
}
.AnyTagClassName
{
color: #DD1FE1;
}
</style>
background-color css
<style>
a { background-color: #DD1FE1; }
a { background-color: rgb(221,31,225); }
div.DivClassName
{
background-color: #DD1FE1;
}
.BgClassName
{
background-color: #DD1FE1;
}
</style>
border-color css
<style>
span { border-color: #DD1FE1; }
span { border-color: rgb(221,31,225); }
td.TdClassName
{
border-color: #DD1FE1;
}
.TagClassName
{
border-color: #DD1FE1;
}
</style>