Shades of Deep Magenta #DD0FE1
Tints of Deep Magenta #DD0FE1
RGB
CMYK
RGB Variations
Color information
#DD0FE1 (or 0xDD0FE1) is known color: Deep Magenta. HEX triplet: DD, 0F and E1. RGB value is (221,15,225). Sum of RGB (Red+Green+Blue) = 221+15+225=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD0FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FE1 is #22F01E. Grayscale: #636363. Windows color (decimal): -2289695 or 14749661. OLE color: 14749661.
HSL color Cylindrical-coordinate representation of color #DD0FE1: hue angle of 298.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FE1 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 15 | 225 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.12 |
| HSL | 298.86º | 0.88% | 0.47% | - |
| HSV(B) | 298.86º | 0.93% | 0.88% | - |
| XYZ | 43.58 | 21.15 | 73.02 | - |
| YUV | 100.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 225 | 0.02 | 0.93 | 0 | 0.12 | 298.86 | 0.88 | 0.47 |
| Hex | DD | F | E1 | 2 | 5D | 0 | C | 12B | 58 | 2F |
| Octal | 335 | 17 | 341 | 2 | 135 | 0 | 14 | 453 | 130 | 57 |
| Binary | 11011101 | 1111 | 11100001 | 10 | 1011101 | 0 | 1100 | 100101011 | 1011000 | 101111 |
Color Harmonies of #DD0FE1
Complementary color
Monochromatic Colors of #DD0FE1
Black with #DD0FE1
Text Example
Text Example
White with #DD0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FE1; }
p { color: rgb(221,15,225); }
H1.HeaderClassName
{
color: #DD0FE1;
}
.AnyTagClassName
{
color: #DD0FE1;
}
</style>
background-color css
<style>
a { background-color: #DD0FE1; }
a { background-color: rgb(221,15,225); }
div.DivClassName
{
background-color: #DD0FE1;
}
.BgClassName
{
background-color: #DD0FE1;
}
</style>
border-color css
<style>
span { border-color: #DD0FE1; }
span { border-color: rgb(221,15,225); }
td.TdClassName
{
border-color: #DD0FE1;
}
.TagClassName
{
border-color: #DD0FE1;
}
</style>