Shades of Deep Magenta #D429DD
Tints of Deep Magenta #D429DD
RGB
CMYK
RGB Variations
Color information
#D429DD (or 0xD429DD) is known color: Deep Magenta. HEX triplet: D4, 29 and DD. RGB value is (212,41,221). Sum of RGB (Red+Green+Blue) = 212+41+221=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D429DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429DD is #2BD622. Grayscale: #707070. Windows color (decimal): -2872867 or 14494164. OLE color: 14494164.
HSL color Cylindrical-coordinate representation of color #D429DD: hue angle of 297º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429DD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 41 | 221 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297º | 0.73% | 0.51% | - |
| HSV(B) | 297º | 0.81% | 0.87% | - |
| XYZ | 41 | 20.8 | 70.26 | - |
| YUV | 112.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 221 | 0.04 | 0.81 | 0 | 0.13 | 297 | 0.73 | 0.51 |
| Hex | D4 | 29 | DD | 4 | 51 | 0 | D | 129 | 49 | 33 |
| Octal | 324 | 51 | 335 | 4 | 121 | 0 | 15 | 451 | 111 | 63 |
| Binary | 11010100 | 101001 | 11011101 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001001 | 110011 |
Color Harmonies of #D429DD
Complementary color
Monochromatic Colors of #D429DD
Black with #D429DD
Text Example
Text Example
White with #D429DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429DD; }
p { color: rgb(212,41,221); }
H1.HeaderClassName
{
color: #D429DD;
}
.AnyTagClassName
{
color: #D429DD;
}
</style>
background-color css
<style>
a { background-color: #D429DD; }
a { background-color: rgb(212,41,221); }
div.DivClassName
{
background-color: #D429DD;
}
.BgClassName
{
background-color: #D429DD;
}
</style>
border-color css
<style>
span { border-color: #D429DD; }
span { border-color: rgb(212,41,221); }
td.TdClassName
{
border-color: #D429DD;
}
.TagClassName
{
border-color: #D429DD;
}
</style>