Shades of Deep Magenta #DD07C9
Tints of Deep Magenta #DD07C9
RGB
CMYK
RGB Variations
Color information
#DD07C9 (or 0xDD07C9) is known color: Deep Magenta. HEX triplet: DD, 07 and C9. RGB value is (221,7,201). Sum of RGB (Red+Green+Blue) = 221+7+201=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07C9 is #22F836. Grayscale: #5C5C5C. Windows color (decimal): -2291767 or 13174749. OLE color: 13174749.
HSL color Cylindrical-coordinate representation of color #DD07C9: hue angle of 305.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07C9 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.13 |
| HSL | 305.61º | 0.94% | 0.45% | - |
| HSV(B) | 305.61º | 0.97% | 0.87% | - |
| XYZ | 40.44 | 19.74 | 56.94 | - |
| YUV | 93.1 | 188.9 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 201 | 0 | 0.97 | 0.09 | 0.13 | 305.61 | 0.94 | 0.45 |
| Hex | DD | 7 | C9 | 0 | 61 | 9 | D | 132 | 5E | 2D |
| Octal | 335 | 7 | 311 | 0 | 141 | 11 | 15 | 462 | 136 | 55 |
| Binary | 11011101 | 111 | 11001001 | 0 | 1100001 | 1001 | 1101 | 100110010 | 1011110 | 101101 |
Color Harmonies of #DD07C9
Complementary color
Monochromatic Colors of #DD07C9
Black with #DD07C9
Text Example
Text Example
White with #DD07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07C9; }
p { color: rgb(221,7,201); }
H1.HeaderClassName
{
color: #DD07C9;
}
.AnyTagClassName
{
color: #DD07C9;
}
</style>
background-color css
<style>
a { background-color: #DD07C9; }
a { background-color: rgb(221,7,201); }
div.DivClassName
{
background-color: #DD07C9;
}
.BgClassName
{
background-color: #DD07C9;
}
</style>
border-color css
<style>
span { border-color: #DD07C9; }
span { border-color: rgb(221,7,201); }
td.TdClassName
{
border-color: #DD07C9;
}
.TagClassName
{
border-color: #DD07C9;
}
</style>