Shades of Deep Magenta #DD07C5
Tints of Deep Magenta #DD07C5
RGB
CMYK
RGB Variations
Color information
#DD07C5 (or 0xDD07C5) is known color: Deep Magenta. HEX triplet: DD, 07 and C5. RGB value is (221,7,197). Sum of RGB (Red+Green+Blue) = 221+7+197=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07C5 is #22F83A. Grayscale: #5C5C5C. Windows color (decimal): -2291771 or 12912605. OLE color: 12912605.
HSL color Cylindrical-coordinate representation of color #DD07C5: hue angle of 306.73º 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 #DD07C5 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.13 |
| HSL | 306.73º | 0.94% | 0.45% | - |
| HSV(B) | 306.73º | 0.97% | 0.87% | - |
| XYZ | 39.97 | 19.56 | 54.49 | - |
| YUV | 92.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 197 | 0 | 0.97 | 0.11 | 0.13 | 306.73 | 0.94 | 0.45 |
| Hex | DD | 7 | C5 | 0 | 61 | B | D | 133 | 5E | 2D |
| Octal | 335 | 7 | 305 | 0 | 141 | 13 | 15 | 463 | 136 | 55 |
| Binary | 11011101 | 111 | 11000101 | 0 | 1100001 | 1011 | 1101 | 100110011 | 1011110 | 101101 |
Color Harmonies of #DD07C5
Complementary color
Monochromatic Colors of #DD07C5
Black with #DD07C5
Text Example
Text Example
White with #DD07C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07C5; }
p { color: rgb(221,7,197); }
H1.HeaderClassName
{
color: #DD07C5;
}
.AnyTagClassName
{
color: #DD07C5;
}
</style>
background-color css
<style>
a { background-color: #DD07C5; }
a { background-color: rgb(221,7,197); }
div.DivClassName
{
background-color: #DD07C5;
}
.BgClassName
{
background-color: #DD07C5;
}
</style>
border-color css
<style>
span { border-color: #DD07C5; }
span { border-color: rgb(221,7,197); }
td.TdClassName
{
border-color: #DD07C5;
}
.TagClassName
{
border-color: #DD07C5;
}
</style>