Shades of Deep Magenta #DD0FE0
Tints of Deep Magenta #DD0FE0
RGB
CMYK
RGB Variations
Color information
#DD0FE0 (or 0xDD0FE0) is known color: Deep Magenta. HEX triplet: DD, 0F and E0. RGB value is (221,15,224). Sum of RGB (Red+Green+Blue) = 221+15+224=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD0FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FE0 is #22F01F. Grayscale: #636363. Windows color (decimal): -2289696 or 14684125. OLE color: 14684125.
HSL color Cylindrical-coordinate representation of color #DD0FE0: hue angle of 299.14º degrees, saturation: 0.87, 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 #DD0FE0 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 15 | 224 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.12 |
| HSL | 299.14º | 0.87% | 0.47% | - |
| HSV(B) | 299.14º | 0.93% | 0.88% | - |
| XYZ | 43.44 | 21.1 | 72.3 | - |
| YUV | 100.42 | 197.75 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 224 | 0.01 | 0.93 | 0 | 0.12 | 299.14 | 0.87 | 0.47 |
| Hex | DD | F | E0 | 1 | 5D | 0 | C | 12B | 57 | 2F |
| Octal | 335 | 17 | 340 | 1 | 135 | 0 | 14 | 453 | 127 | 57 |
| Binary | 11011101 | 1111 | 11100000 | 1 | 1011101 | 0 | 1100 | 100101011 | 1010111 | 101111 |
Color Harmonies of #DD0FE0
Complementary color
Monochromatic Colors of #DD0FE0
Black with #DD0FE0
Text Example
Text Example
White with #DD0FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FE0; }
p { color: rgb(221,15,224); }
H1.HeaderClassName
{
color: #DD0FE0;
}
.AnyTagClassName
{
color: #DD0FE0;
}
</style>
background-color css
<style>
a { background-color: #DD0FE0; }
a { background-color: rgb(221,15,224); }
div.DivClassName
{
background-color: #DD0FE0;
}
.BgClassName
{
background-color: #DD0FE0;
}
</style>
border-color css
<style>
span { border-color: #DD0FE0; }
span { border-color: rgb(221,15,224); }
td.TdClassName
{
border-color: #DD0FE0;
}
.TagClassName
{
border-color: #DD0FE0;
}
</style>