Shades of Deep Magenta #DD02CE
Tints of Deep Magenta #DD02CE
RGB
CMYK
RGB Variations
Color information
#DD02CE (or 0xDD02CE) is known color: Deep Magenta. HEX triplet: DD, 02 and CE. RGB value is (221,2,206). Sum of RGB (Red+Green+Blue) = 221+2+206=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02CE is #22FD31. Grayscale: #5A5A5A. Windows color (decimal): -2293042 or 13501149. OLE color: 13501149.
HSL color Cylindrical-coordinate representation of color #DD02CE: hue angle of 304.11º 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 #DD02CE is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.13 |
| HSL | 304.11º | 0.98% | 0.44% | - |
| HSV(B) | 304.11º | 0.99% | 0.87% | - |
| XYZ | 40.98 | 19.87 | 60.07 | - |
| YUV | 90.74 | 193.05 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 206 | 0 | 0.99 | 0.07 | 0.13 | 304.11 | 0.98 | 0.44 |
| Hex | DD | 2 | CE | 0 | 63 | 7 | D | 130 | 62 | 2C |
| Octal | 335 | 2 | 316 | 0 | 143 | 7 | 15 | 460 | 142 | 54 |
| Binary | 11011101 | 10 | 11001110 | 0 | 1100011 | 111 | 1101 | 100110000 | 1100010 | 101100 |
Color Harmonies of #DD02CE
Complementary color
Monochromatic Colors of #DD02CE
Black with #DD02CE
Text Example
Text Example
White with #DD02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02CE; }
p { color: rgb(221,2,206); }
H1.HeaderClassName
{
color: #DD02CE;
}
.AnyTagClassName
{
color: #DD02CE;
}
</style>
background-color css
<style>
a { background-color: #DD02CE; }
a { background-color: rgb(221,2,206); }
div.DivClassName
{
background-color: #DD02CE;
}
.BgClassName
{
background-color: #DD02CE;
}
</style>
border-color css
<style>
span { border-color: #DD02CE; }
span { border-color: rgb(221,2,206); }
td.TdClassName
{
border-color: #DD02CE;
}
.TagClassName
{
border-color: #DD02CE;
}
</style>