Shades of Deep Magenta #DD1CE0
Tints of Deep Magenta #DD1CE0
RGB
CMYK
RGB Variations
Color information
#DD1CE0 (or 0xDD1CE0) is known color: Deep Magenta. HEX triplet: DD, 1C and E0. RGB value is (221,28,224). Sum of RGB (Red+Green+Blue) = 221+28+224=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CE0 is #22E31F. Grayscale: #6B6B6B. Windows color (decimal): -2286368 or 14687453. OLE color: 14687453.
HSL color Cylindrical-coordinate representation of color #DD1CE0: hue angle of 299.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1CE0 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 28 | 224 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.12 |
| HSL | 299.08º | 0.78% | 0.49% | - |
| HSV(B) | 299.08º | 0.88% | 0.88% | - |
| XYZ | 43.69 | 21.58 | 72.38 | - |
| YUV | 108.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 224 | 0.01 | 0.88 | 0 | 0.12 | 299.08 | 0.78 | 0.49 |
| Hex | DD | 1C | E0 | 1 | 58 | 0 | C | 12B | 4E | 31 |
| Octal | 335 | 34 | 340 | 1 | 130 | 0 | 14 | 453 | 116 | 61 |
| Binary | 11011101 | 11100 | 11100000 | 1 | 1011000 | 0 | 1100 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DD1CE0
Complementary color
Monochromatic Colors of #DD1CE0
Black with #DD1CE0
Text Example
Text Example
White with #DD1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CE0; }
p { color: rgb(221,28,224); }
H1.HeaderClassName
{
color: #DD1CE0;
}
.AnyTagClassName
{
color: #DD1CE0;
}
</style>
background-color css
<style>
a { background-color: #DD1CE0; }
a { background-color: rgb(221,28,224); }
div.DivClassName
{
background-color: #DD1CE0;
}
.BgClassName
{
background-color: #DD1CE0;
}
</style>
border-color css
<style>
span { border-color: #DD1CE0; }
span { border-color: rgb(221,28,224); }
td.TdClassName
{
border-color: #DD1CE0;
}
.TagClassName
{
border-color: #DD1CE0;
}
</style>