Shades of Deep Magenta #DD05D3
Tints of Deep Magenta #DD05D3
RGB
CMYK
RGB Variations
Color information
#DD05D3 (or 0xDD05D3) is known color: Deep Magenta. HEX triplet: DD, 05 and D3. RGB value is (221,5,211). Sum of RGB (Red+Green+Blue) = 221+5+211=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05D3 is #22FA2C. Grayscale: #5C5C5C. Windows color (decimal): -2292269 or 13829597. OLE color: 13829597.
HSL color Cylindrical-coordinate representation of color #DD05D3: hue angle of 302.78º 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 #DD05D3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 211 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.13 |
| HSL | 302.78º | 0.96% | 0.44% | - |
| HSV(B) | 302.78º | 0.98% | 0.87% | - |
| XYZ | 41.63 | 20.18 | 63.33 | - |
| YUV | 93.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 211 | 0 | 0.98 | 0.05 | 0.13 | 302.78 | 0.96 | 0.44 |
| Hex | DD | 5 | D3 | 0 | 62 | 5 | D | 12F | 60 | 2C |
| Octal | 335 | 5 | 323 | 0 | 142 | 5 | 15 | 457 | 140 | 54 |
| Binary | 11011101 | 101 | 11010011 | 0 | 1100010 | 101 | 1101 | 100101111 | 1100000 | 101100 |
Color Harmonies of #DD05D3
Complementary color
Monochromatic Colors of #DD05D3
Black with #DD05D3
Text Example
Text Example
White with #DD05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05D3; }
p { color: rgb(221,5,211); }
H1.HeaderClassName
{
color: #DD05D3;
}
.AnyTagClassName
{
color: #DD05D3;
}
</style>
background-color css
<style>
a { background-color: #DD05D3; }
a { background-color: rgb(221,5,211); }
div.DivClassName
{
background-color: #DD05D3;
}
.BgClassName
{
background-color: #DD05D3;
}
</style>
border-color css
<style>
span { border-color: #DD05D3; }
span { border-color: rgb(221,5,211); }
td.TdClassName
{
border-color: #DD05D3;
}
.TagClassName
{
border-color: #DD05D3;
}
</style>