Shades of Deep Magenta #DD02CA
Tints of Deep Magenta #DD02CA
RGB
CMYK
RGB Variations
Color information
#DD02CA (or 0xDD02CA) is known color: Deep Magenta. HEX triplet: DD, 02 and CA. RGB value is (221,2,202). Sum of RGB (Red+Green+Blue) = 221+2+202=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02CA is #22FD35. Grayscale: #595959. Windows color (decimal): -2293046 or 13239005. OLE color: 13239005.
HSL color Cylindrical-coordinate representation of color #DD02CA: hue angle of 305.21º 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 #DD02CA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.13 |
| HSL | 305.21º | 0.98% | 0.44% | - |
| HSV(B) | 305.21º | 0.99% | 0.87% | - |
| XYZ | 40.5 | 19.68 | 57.54 | - |
| YUV | 90.28 | 191.05 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 202 | 0 | 0.99 | 0.09 | 0.13 | 305.21 | 0.98 | 0.44 |
| Hex | DD | 2 | CA | 0 | 63 | 9 | D | 131 | 62 | 2C |
| Octal | 335 | 2 | 312 | 0 | 143 | 11 | 15 | 461 | 142 | 54 |
| Binary | 11011101 | 10 | 11001010 | 0 | 1100011 | 1001 | 1101 | 100110001 | 1100010 | 101100 |
Color Harmonies of #DD02CA
Complementary color
Monochromatic Colors of #DD02CA
Black with #DD02CA
Text Example
Text Example
White with #DD02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02CA; }
p { color: rgb(221,2,202); }
H1.HeaderClassName
{
color: #DD02CA;
}
.AnyTagClassName
{
color: #DD02CA;
}
</style>
background-color css
<style>
a { background-color: #DD02CA; }
a { background-color: rgb(221,2,202); }
div.DivClassName
{
background-color: #DD02CA;
}
.BgClassName
{
background-color: #DD02CA;
}
</style>
border-color css
<style>
span { border-color: #DD02CA; }
span { border-color: rgb(221,2,202); }
td.TdClassName
{
border-color: #DD02CA;
}
.TagClassName
{
border-color: #DD02CA;
}
</style>