Shades of Deep Magenta #DD02D2
Tints of Deep Magenta #DD02D2
RGB
CMYK
RGB Variations
Color information
#DD02D2 (or 0xDD02D2) is known color: Deep Magenta. HEX triplet: DD, 02 and D2. RGB value is (221,2,210). Sum of RGB (Red+Green+Blue) = 221+2+210=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02D2 is #22FD2D. Grayscale: #5A5A5A. Windows color (decimal): -2293038 or 13763293. OLE color: 13763293.
HSL color Cylindrical-coordinate representation of color #DD02D2: hue angle of 303.01º 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 #DD02D2 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.13 |
| HSL | 303.01º | 0.98% | 0.44% | - |
| HSV(B) | 303.01º | 0.99% | 0.87% | - |
| XYZ | 41.47 | 20.07 | 62.66 | - |
| YUV | 91.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 210 | 0 | 0.99 | 0.05 | 0.13 | 303.01 | 0.98 | 0.44 |
| Hex | DD | 2 | D2 | 0 | 63 | 5 | D | 12F | 62 | 2C |
| Octal | 335 | 2 | 322 | 0 | 143 | 5 | 15 | 457 | 142 | 54 |
| Binary | 11011101 | 10 | 11010010 | 0 | 1100011 | 101 | 1101 | 100101111 | 1100010 | 101100 |
Color Harmonies of #DD02D2
Complementary color
Monochromatic Colors of #DD02D2
Black with #DD02D2
Text Example
Text Example
White with #DD02D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02D2; }
p { color: rgb(221,2,210); }
H1.HeaderClassName
{
color: #DD02D2;
}
.AnyTagClassName
{
color: #DD02D2;
}
</style>
background-color css
<style>
a { background-color: #DD02D2; }
a { background-color: rgb(221,2,210); }
div.DivClassName
{
background-color: #DD02D2;
}
.BgClassName
{
background-color: #DD02D2;
}
</style>
border-color css
<style>
span { border-color: #DD02D2; }
span { border-color: rgb(221,2,210); }
td.TdClassName
{
border-color: #DD02D2;
}
.TagClassName
{
border-color: #DD02D2;
}
</style>