Shades of Deep Magenta #DD03CD
Tints of Deep Magenta #DD03CD
RGB
CMYK
RGB Variations
Color information
#DD03CD (or 0xDD03CD) is known color: Deep Magenta. HEX triplet: DD, 03 and CD. RGB value is (221,3,205). Sum of RGB (Red+Green+Blue) = 221+3+205=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03CD is #22FC32. Grayscale: #5A5A5A. Windows color (decimal): -2292787 or 13435869. OLE color: 13435869.
HSL color Cylindrical-coordinate representation of color #DD03CD: hue angle of 304.4º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03CD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.13 |
| HSL | 304.4º | 0.97% | 0.44% | - |
| HSV(B) | 304.4º | 0.99% | 0.87% | - |
| XYZ | 40.87 | 19.85 | 59.43 | - |
| YUV | 91.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 205 | 0 | 0.99 | 0.07 | 0.13 | 304.4 | 0.97 | 0.44 |
| Hex | DD | 3 | CD | 0 | 63 | 7 | D | 130 | 61 | 2C |
| Octal | 335 | 3 | 315 | 0 | 143 | 7 | 15 | 460 | 141 | 54 |
| Binary | 11011101 | 11 | 11001101 | 0 | 1100011 | 111 | 1101 | 100110000 | 1100001 | 101100 |
Color Harmonies of #DD03CD
Complementary color
Monochromatic Colors of #DD03CD
Black with #DD03CD
Text Example
Text Example
White with #DD03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03CD; }
p { color: rgb(221,3,205); }
H1.HeaderClassName
{
color: #DD03CD;
}
.AnyTagClassName
{
color: #DD03CD;
}
</style>
background-color css
<style>
a { background-color: #DD03CD; }
a { background-color: rgb(221,3,205); }
div.DivClassName
{
background-color: #DD03CD;
}
.BgClassName
{
background-color: #DD03CD;
}
</style>
border-color css
<style>
span { border-color: #DD03CD; }
span { border-color: rgb(221,3,205); }
td.TdClassName
{
border-color: #DD03CD;
}
.TagClassName
{
border-color: #DD03CD;
}
</style>