Shades of Deep Magenta #DD0CE1
Tints of Deep Magenta #DD0CE1
RGB
CMYK
RGB Variations
Color information
#DD0CE1 (or 0xDD0CE1) is known color: Deep Magenta. HEX triplet: DD, 0C and E1. RGB value is (221,12,225). Sum of RGB (Red+Green+Blue) = 221+12+225=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CE1 is #22F31E. Grayscale: #626262. Windows color (decimal): -2290463 or 14748893. OLE color: 14748893.
HSL color Cylindrical-coordinate representation of color #DD0CE1: hue angle of 298.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CE1 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 12 | 225 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.12 |
| HSL | 298.87º | 0.9% | 0.46% | - |
| HSV(B) | 298.87º | 0.95% | 0.88% | - |
| XYZ | 43.54 | 21.07 | 73.01 | - |
| YUV | 98.77 | 199.24 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 225 | 0.02 | 0.95 | 0 | 0.12 | 298.87 | 0.9 | 0.46 |
| Hex | DD | C | E1 | 2 | 5F | 0 | C | 12B | 5A | 2E |
| Octal | 335 | 14 | 341 | 2 | 137 | 0 | 14 | 453 | 132 | 56 |
| Binary | 11011101 | 1100 | 11100001 | 10 | 1011111 | 0 | 1100 | 100101011 | 1011010 | 101110 |
Color Harmonies of #DD0CE1
Complementary color
Monochromatic Colors of #DD0CE1
Black with #DD0CE1
Text Example
Text Example
White with #DD0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CE1; }
p { color: rgb(221,12,225); }
H1.HeaderClassName
{
color: #DD0CE1;
}
.AnyTagClassName
{
color: #DD0CE1;
}
</style>
background-color css
<style>
a { background-color: #DD0CE1; }
a { background-color: rgb(221,12,225); }
div.DivClassName
{
background-color: #DD0CE1;
}
.BgClassName
{
background-color: #DD0CE1;
}
</style>
border-color css
<style>
span { border-color: #DD0CE1; }
span { border-color: rgb(221,12,225); }
td.TdClassName
{
border-color: #DD0CE1;
}
.TagClassName
{
border-color: #DD0CE1;
}
</style>