Shades of Deep Magenta #DD05CF
Tints of Deep Magenta #DD05CF
RGB
CMYK
RGB Variations
Color information
#DD05CF (or 0xDD05CF) is known color: Deep Magenta. HEX triplet: DD, 05 and CF. RGB value is (221,5,207). Sum of RGB (Red+Green+Blue) = 221+5+207=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05CF is #22FA30. Grayscale: #5C5C5C. Windows color (decimal): -2292273 or 13567453. OLE color: 13567453.
HSL color Cylindrical-coordinate representation of color #DD05CF: hue angle of 303.89º 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 #DD05CF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.13 |
| HSL | 303.89º | 0.96% | 0.44% | - |
| HSV(B) | 303.89º | 0.98% | 0.87% | - |
| XYZ | 41.14 | 19.99 | 60.72 | - |
| YUV | 92.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 207 | 0 | 0.98 | 0.06 | 0.13 | 303.89 | 0.96 | 0.44 |
| Hex | DD | 5 | CF | 0 | 62 | 6 | D | 130 | 60 | 2C |
| Octal | 335 | 5 | 317 | 0 | 142 | 6 | 15 | 460 | 140 | 54 |
| Binary | 11011101 | 101 | 11001111 | 0 | 1100010 | 110 | 1101 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DD05CF
Complementary color
Monochromatic Colors of #DD05CF
Black with #DD05CF
Text Example
Text Example
White with #DD05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05CF; }
p { color: rgb(221,5,207); }
H1.HeaderClassName
{
color: #DD05CF;
}
.AnyTagClassName
{
color: #DD05CF;
}
</style>
background-color css
<style>
a { background-color: #DD05CF; }
a { background-color: rgb(221,5,207); }
div.DivClassName
{
background-color: #DD05CF;
}
.BgClassName
{
background-color: #DD05CF;
}
</style>
border-color css
<style>
span { border-color: #DD05CF; }
span { border-color: rgb(221,5,207); }
td.TdClassName
{
border-color: #DD05CF;
}
.TagClassName
{
border-color: #DD05CF;
}
</style>