Shades of Deep Magenta #DD02C1
Tints of Deep Magenta #DD02C1
RGB
CMYK
RGB Variations
Color information
#DD02C1 (or 0xDD02C1) is known color: Deep Magenta. HEX triplet: DD, 02 and C1. RGB value is (221,2,193). Sum of RGB (Red+Green+Blue) = 221+2+193=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02C1 is #22FD3E. Grayscale: #585858. Windows color (decimal): -2293055 or 12649181. OLE color: 12649181.
HSL color Cylindrical-coordinate representation of color #DD02C1: hue angle of 307.67º 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 #DD02C1 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.13 |
| HSL | 307.67º | 0.98% | 0.44% | - |
| HSV(B) | 307.67º | 0.99% | 0.87% | - |
| XYZ | 39.47 | 19.27 | 52.09 | - |
| YUV | 89.26 | 186.55 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 193 | 0 | 0.99 | 0.13 | 0.13 | 307.67 | 0.98 | 0.44 |
| Hex | DD | 2 | C1 | 0 | 63 | D | D | 134 | 62 | 2C |
| Octal | 335 | 2 | 301 | 0 | 143 | 15 | 15 | 464 | 142 | 54 |
| Binary | 11011101 | 10 | 11000001 | 0 | 1100011 | 1101 | 1101 | 100110100 | 1100010 | 101100 |
Color Harmonies of #DD02C1
Complementary color
Monochromatic Colors of #DD02C1
Black with #DD02C1
Text Example
Text Example
White with #DD02C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02C1; }
p { color: rgb(221,2,193); }
H1.HeaderClassName
{
color: #DD02C1;
}
.AnyTagClassName
{
color: #DD02C1;
}
</style>
background-color css
<style>
a { background-color: #DD02C1; }
a { background-color: rgb(221,2,193); }
div.DivClassName
{
background-color: #DD02C1;
}
.BgClassName
{
background-color: #DD02C1;
}
</style>
border-color css
<style>
span { border-color: #DD02C1; }
span { border-color: rgb(221,2,193); }
td.TdClassName
{
border-color: #DD02C1;
}
.TagClassName
{
border-color: #DD02C1;
}
</style>