Shades of Deep Magenta #DD00C9
Tints of Deep Magenta #DD00C9
RGB
CMYK
RGB Variations
Color information
#DD00C9 (or 0xDD00C9) is known color: Deep Magenta. HEX triplet: DD, 00 and C9. RGB value is (221,0,201). Sum of RGB (Red+Green+Blue) = 221+0+201=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C9 is #22FF36. Grayscale: #585858. Windows color (decimal): -2293559 or 13172957. OLE color: 13172957.
HSL color Cylindrical-coordinate representation of color #DD00C9: hue angle of 305.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00C9 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.09 | 0.13 |
| HSL | 305.43º | 1% | 0.43% | - |
| HSV(B) | 305.43º | 1% | 0.87% | - |
| XYZ | 40.36 | 19.59 | 56.91 | - |
| YUV | 88.99 | 191.22 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 201 | 0 | 1 | 0.09 | 0.13 | 305.43 | 1 | 0.43 |
| Hex | DD | 0 | C9 | 0 | 64 | 9 | D | 131 | 64 | 2B |
| Octal | 335 | 0 | 311 | 0 | 144 | 11 | 15 | 461 | 144 | 53 |
| Binary | 11011101 | 0 | 11001001 | 0 | 1100100 | 1001 | 1101 | 100110001 | 1100100 | 101011 |
Color Harmonies of #DD00C9
Complementary color
Monochromatic Colors of #DD00C9
Black with #DD00C9
Text Example
Text Example
White with #DD00C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00C9; }
p { color: rgb(221,0,201); }
H1.HeaderClassName
{
color: #DD00C9;
}
.AnyTagClassName
{
color: #DD00C9;
}
</style>
background-color css
<style>
a { background-color: #DD00C9; }
a { background-color: rgb(221,0,201); }
div.DivClassName
{
background-color: #DD00C9;
}
.BgClassName
{
background-color: #DD00C9;
}
</style>
border-color css
<style>
span { border-color: #DD00C9; }
span { border-color: rgb(221,0,201); }
td.TdClassName
{
border-color: #DD00C9;
}
.TagClassName
{
border-color: #DD00C9;
}
</style>