Shades of Deep Magenta #DD02C0
Tints of Deep Magenta #DD02C0
RGB
CMYK
RGB Variations
Color information
#DD02C0 (or 0xDD02C0) is known color: Deep Magenta. HEX triplet: DD, 02 and C0. RGB value is (221,2,192). Sum of RGB (Red+Green+Blue) = 221+2+192=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02C0 is #22FD3F. Grayscale: #585858. Windows color (decimal): -2293056 or 12583645. OLE color: 12583645.
HSL color Cylindrical-coordinate representation of color #DD02C0: hue angle of 307.95º degrees, saturation: 0.98, 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 #DD02C0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.13 |
| HSL | 307.95º | 0.98% | 0.44% | - |
| HSV(B) | 307.95º | 0.99% | 0.87% | - |
| XYZ | 39.35 | 19.22 | 51.51 | - |
| YUV | 89.14 | 186.05 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 192 | 0 | 0.99 | 0.13 | 0.13 | 307.95 | 0.98 | 0.44 |
| Hex | DD | 2 | C0 | 0 | 63 | D | D | 134 | 62 | 2C |
| Octal | 335 | 2 | 300 | 0 | 143 | 15 | 15 | 464 | 142 | 54 |
| Binary | 11011101 | 10 | 11000000 | 0 | 1100011 | 1101 | 1101 | 100110100 | 1100010 | 101100 |
Color Harmonies of #DD02C0
Complementary color
Monochromatic Colors of #DD02C0
Black with #DD02C0
Text Example
Text Example
White with #DD02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02C0; }
p { color: rgb(221,2,192); }
H1.HeaderClassName
{
color: #DD02C0;
}
.AnyTagClassName
{
color: #DD02C0;
}
</style>
background-color css
<style>
a { background-color: #DD02C0; }
a { background-color: rgb(221,2,192); }
div.DivClassName
{
background-color: #DD02C0;
}
.BgClassName
{
background-color: #DD02C0;
}
</style>
border-color css
<style>
span { border-color: #DD02C0; }
span { border-color: rgb(221,2,192); }
td.TdClassName
{
border-color: #DD02C0;
}
.TagClassName
{
border-color: #DD02C0;
}
</style>