Shades of Deep Magenta #DD0DCF
Tints of Deep Magenta #DD0DCF
RGB
CMYK
RGB Variations
Color information
#DD0DCF (or 0xDD0DCF) is known color: Deep Magenta. HEX triplet: DD, 0D and CF. RGB value is (221,13,207). Sum of RGB (Red+Green+Blue) = 221+13+207=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCF is #22F230. Grayscale: #606060. Windows color (decimal): -2290225 or 13569501. OLE color: 13569501.
HSL color Cylindrical-coordinate representation of color #DD0DCF: hue angle of 304.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DCF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.13 |
| HSL | 304.04º | 0.89% | 0.46% | - |
| HSV(B) | 304.04º | 0.94% | 0.87% | - |
| XYZ | 41.23 | 20.16 | 60.75 | - |
| YUV | 97.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 207 | 0 | 0.94 | 0.06 | 0.13 | 304.04 | 0.89 | 0.46 |
| Hex | DD | D | CF | 0 | 5E | 6 | D | 130 | 59 | 2E |
| Octal | 335 | 15 | 317 | 0 | 136 | 6 | 15 | 460 | 131 | 56 |
| Binary | 11011101 | 1101 | 11001111 | 0 | 1011110 | 110 | 1101 | 100110000 | 1011001 | 101110 |
Color Harmonies of #DD0DCF
Complementary color
Monochromatic Colors of #DD0DCF
Black with #DD0DCF
Text Example
Text Example
White with #DD0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DCF; }
p { color: rgb(221,13,207); }
H1.HeaderClassName
{
color: #DD0DCF;
}
.AnyTagClassName
{
color: #DD0DCF;
}
</style>
background-color css
<style>
a { background-color: #DD0DCF; }
a { background-color: rgb(221,13,207); }
div.DivClassName
{
background-color: #DD0DCF;
}
.BgClassName
{
background-color: #DD0DCF;
}
</style>
border-color css
<style>
span { border-color: #DD0DCF; }
span { border-color: rgb(221,13,207); }
td.TdClassName
{
border-color: #DD0DCF;
}
.TagClassName
{
border-color: #DD0DCF;
}
</style>