Shades of Deep Magenta #DD02CC
Tints of Deep Magenta #DD02CC
RGB
CMYK
RGB Variations
Color information
#DD02CC (or 0xDD02CC) is known color: Deep Magenta. HEX triplet: DD, 02 and CC. RGB value is (221,2,204). Sum of RGB (Red+Green+Blue) = 221+2+204=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02CC is #22FD33. Grayscale: #595959. Windows color (decimal): -2293044 or 13370077. OLE color: 13370077.
HSL color Cylindrical-coordinate representation of color #DD02CC: hue angle of 304.66º 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 #DD02CC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.13 |
| HSL | 304.66º | 0.98% | 0.44% | - |
| HSV(B) | 304.66º | 0.99% | 0.87% | - |
| XYZ | 40.74 | 19.78 | 58.8 | - |
| YUV | 90.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 204 | 0 | 0.99 | 0.08 | 0.13 | 304.66 | 0.98 | 0.44 |
| Hex | DD | 2 | CC | 0 | 63 | 8 | D | 131 | 62 | 2C |
| Octal | 335 | 2 | 314 | 0 | 143 | 10 | 15 | 461 | 142 | 54 |
| Binary | 11011101 | 10 | 11001100 | 0 | 1100011 | 1000 | 1101 | 100110001 | 1100010 | 101100 |
Color Harmonies of #DD02CC
Complementary color
Monochromatic Colors of #DD02CC
Black with #DD02CC
Text Example
Text Example
White with #DD02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02CC; }
p { color: rgb(221,2,204); }
H1.HeaderClassName
{
color: #DD02CC;
}
.AnyTagClassName
{
color: #DD02CC;
}
</style>
background-color css
<style>
a { background-color: #DD02CC; }
a { background-color: rgb(221,2,204); }
div.DivClassName
{
background-color: #DD02CC;
}
.BgClassName
{
background-color: #DD02CC;
}
</style>
border-color css
<style>
span { border-color: #DD02CC; }
span { border-color: rgb(221,2,204); }
td.TdClassName
{
border-color: #DD02CC;
}
.TagClassName
{
border-color: #DD02CC;
}
</style>