Shades of Deep Magenta #DD1ECF
Tints of Deep Magenta #DD1ECF
RGB
CMYK
RGB Variations
Color information
#DD1ECF (or 0xDD1ECF) is known color: Deep Magenta. HEX triplet: DD, 1E and CF. RGB value is (221,30,207). Sum of RGB (Red+Green+Blue) = 221+30+207=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECF is #22E130. Grayscale: #6A6A6A. Windows color (decimal): -2285873 or 13573853. OLE color: 13573853.
HSL color Cylindrical-coordinate representation of color #DD1ECF: hue angle of 304.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1ECF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 207 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.13 |
| HSL | 304.4º | 0.76% | 0.49% | - |
| HSV(B) | 304.4º | 0.86% | 0.87% | - |
| XYZ | 41.55 | 20.81 | 60.86 | - |
| YUV | 107.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 207 | 0 | 0.86 | 0.06 | 0.13 | 304.4 | 0.76 | 0.49 |
| Hex | DD | 1E | CF | 0 | 56 | 6 | D | 130 | 4C | 31 |
| Octal | 335 | 36 | 317 | 0 | 126 | 6 | 15 | 460 | 114 | 61 |
| Binary | 11011101 | 11110 | 11001111 | 0 | 1010110 | 110 | 1101 | 100110000 | 1001100 | 110001 |
Color Harmonies of #DD1ECF
Complementary color
Monochromatic Colors of #DD1ECF
Black with #DD1ECF
Text Example
Text Example
White with #DD1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ECF; }
p { color: rgb(221,30,207); }
H1.HeaderClassName
{
color: #DD1ECF;
}
.AnyTagClassName
{
color: #DD1ECF;
}
</style>
background-color css
<style>
a { background-color: #DD1ECF; }
a { background-color: rgb(221,30,207); }
div.DivClassName
{
background-color: #DD1ECF;
}
.BgClassName
{
background-color: #DD1ECF;
}
</style>
border-color css
<style>
span { border-color: #DD1ECF; }
span { border-color: rgb(221,30,207); }
td.TdClassName
{
border-color: #DD1ECF;
}
.TagClassName
{
border-color: #DD1ECF;
}
</style>