Shades of Deep Magenta #DD07C8
Tints of Deep Magenta #DD07C8
RGB
CMYK
RGB Variations
Color information
#DD07C8 (or 0xDD07C8) is known color: Deep Magenta. HEX triplet: DD, 07 and C8. RGB value is (221,7,200). Sum of RGB (Red+Green+Blue) = 221+7+200=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07C8 is #22F837. Grayscale: #5C5C5C. Windows color (decimal): -2291768 or 13109213. OLE color: 13109213.
HSL color Cylindrical-coordinate representation of color #DD07C8: hue angle of 305.89º 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 #DD07C8 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.13 |
| HSL | 305.89º | 0.94% | 0.45% | - |
| HSV(B) | 305.89º | 0.97% | 0.87% | - |
| XYZ | 40.32 | 19.69 | 56.32 | - |
| YUV | 92.99 | 188.4 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 200 | 0 | 0.97 | 0.10 | 0.13 | 305.89 | 0.94 | 0.45 |
| Hex | DD | 7 | C8 | 0 | 61 | A | D | 132 | 5E | 2D |
| Octal | 335 | 7 | 310 | 0 | 141 | 12 | 15 | 462 | 136 | 55 |
| Binary | 11011101 | 111 | 11001000 | 0 | 1100001 | 1010 | 1101 | 100110010 | 1011110 | 101101 |
Color Harmonies of #DD07C8
Complementary color
Monochromatic Colors of #DD07C8
Black with #DD07C8
Text Example
Text Example
White with #DD07C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07C8; }
p { color: rgb(221,7,200); }
H1.HeaderClassName
{
color: #DD07C8;
}
.AnyTagClassName
{
color: #DD07C8;
}
</style>
background-color css
<style>
a { background-color: #DD07C8; }
a { background-color: rgb(221,7,200); }
div.DivClassName
{
background-color: #DD07C8;
}
.BgClassName
{
background-color: #DD07C8;
}
</style>
border-color css
<style>
span { border-color: #DD07C8; }
span { border-color: rgb(221,7,200); }
td.TdClassName
{
border-color: #DD07C8;
}
.TagClassName
{
border-color: #DD07C8;
}
</style>