Shades of Deep Magenta #DD02DF
Tints of Deep Magenta #DD02DF
RGB
CMYK
RGB Variations
Color information
#DD02DF (or 0xDD02DF) is known color: Deep Magenta. HEX triplet: DD, 02 and DF. RGB value is (221,2,223). Sum of RGB (Red+Green+Blue) = 221+2+223=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02DF is #22FD20. Grayscale: #5C5C5C. Windows color (decimal): -2293025 or 14615261. OLE color: 14615261.
HSL color Cylindrical-coordinate representation of color #DD02DF: hue angle of 299.46º 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 #DD02DF is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 223 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.13 |
| HSL | 299.46º | 0.98% | 0.44% | - |
| HSV(B) | 299.46º | 0.99% | 0.87% | - |
| XYZ | 43.16 | 20.74 | 71.54 | - |
| YUV | 92.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 223 | 0.01 | 0.99 | 0 | 0.13 | 299.46 | 0.98 | 0.44 |
| Hex | DD | 2 | DF | 1 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 335 | 2 | 337 | 1 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011101 | 10 | 11011111 | 1 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #DD02DF
Complementary color
Monochromatic Colors of #DD02DF
Black with #DD02DF
Text Example
Text Example
White with #DD02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02DF; }
p { color: rgb(221,2,223); }
H1.HeaderClassName
{
color: #DD02DF;
}
.AnyTagClassName
{
color: #DD02DF;
}
</style>
background-color css
<style>
a { background-color: #DD02DF; }
a { background-color: rgb(221,2,223); }
div.DivClassName
{
background-color: #DD02DF;
}
.BgClassName
{
background-color: #DD02DF;
}
</style>
border-color css
<style>
span { border-color: #DD02DF; }
span { border-color: rgb(221,2,223); }
td.TdClassName
{
border-color: #DD02DF;
}
.TagClassName
{
border-color: #DD02DF;
}
</style>