Shades of Deep Magenta #DD05C2
Tints of Deep Magenta #DD05C2
RGB
CMYK
RGB Variations
Color information
#DD05C2 (or 0xDD05C2) is known color: Deep Magenta. HEX triplet: DD, 05 and C2. RGB value is (221,5,194). Sum of RGB (Red+Green+Blue) = 221+5+194=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05C2 is #22FA3D. Grayscale: #5A5A5A. Windows color (decimal): -2292286 or 12715485. OLE color: 12715485.
HSL color Cylindrical-coordinate representation of color #DD05C2: hue angle of 307.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05C2 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.13 |
| HSL | 307.5º | 0.96% | 0.44% | - |
| HSV(B) | 307.5º | 0.98% | 0.87% | - |
| XYZ | 39.61 | 19.38 | 52.69 | - |
| YUV | 91.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 194 | 0 | 0.98 | 0.12 | 0.13 | 307.5 | 0.96 | 0.44 |
| Hex | DD | 5 | C2 | 0 | 62 | C | D | 134 | 60 | 2C |
| Octal | 335 | 5 | 302 | 0 | 142 | 14 | 15 | 464 | 140 | 54 |
| Binary | 11011101 | 101 | 11000010 | 0 | 1100010 | 1100 | 1101 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DD05C2
Complementary color
Monochromatic Colors of #DD05C2
Black with #DD05C2
Text Example
Text Example
White with #DD05C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05C2; }
p { color: rgb(221,5,194); }
H1.HeaderClassName
{
color: #DD05C2;
}
.AnyTagClassName
{
color: #DD05C2;
}
</style>
background-color css
<style>
a { background-color: #DD05C2; }
a { background-color: rgb(221,5,194); }
div.DivClassName
{
background-color: #DD05C2;
}
.BgClassName
{
background-color: #DD05C2;
}
</style>
border-color css
<style>
span { border-color: #DD05C2; }
span { border-color: rgb(221,5,194); }
td.TdClassName
{
border-color: #DD05C2;
}
.TagClassName
{
border-color: #DD05C2;
}
</style>