Shades of Deep Magenta #D429CE
Tints of Deep Magenta #D429CE
RGB
CMYK
RGB Variations
Color information
#D429CE (or 0xD429CE) is known color: Deep Magenta. HEX triplet: D4, 29 and CE. RGB value is (212,41,206). Sum of RGB (Red+Green+Blue) = 212+41+206=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D429CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429CE is #2BD631. Grayscale: #6E6E6E. Windows color (decimal): -2872882 or 13511124. OLE color: 13511124.
HSL color Cylindrical-coordinate representation of color #D429CE: hue angle of 302.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429CE is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 206 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.17 |
| HSL | 302.11º | 0.68% | 0.5% | - |
| HSV(B) | 302.11º | 0.81% | 0.83% | - |
| XYZ | 39.08 | 20.04 | 60.2 | - |
| YUV | 110.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 206 | 0 | 0.81 | 0.03 | 0.17 | 302.11 | 0.68 | 0.5 |
| Hex | D4 | 29 | CE | 0 | 51 | 3 | 11 | 12E | 44 | 32 |
| Octal | 324 | 51 | 316 | 0 | 121 | 3 | 21 | 456 | 104 | 62 |
| Binary | 11010100 | 101001 | 11001110 | 0 | 1010001 | 11 | 10001 | 100101110 | 1000100 | 110010 |
Color Harmonies of #D429CE
Complementary color
Monochromatic Colors of #D429CE
Black with #D429CE
Text Example
Text Example
White with #D429CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429CE; }
p { color: rgb(212,41,206); }
H1.HeaderClassName
{
color: #D429CE;
}
.AnyTagClassName
{
color: #D429CE;
}
</style>
background-color css
<style>
a { background-color: #D429CE; }
a { background-color: rgb(212,41,206); }
div.DivClassName
{
background-color: #D429CE;
}
.BgClassName
{
background-color: #D429CE;
}
</style>
border-color css
<style>
span { border-color: #D429CE; }
span { border-color: rgb(212,41,206); }
td.TdClassName
{
border-color: #D429CE;
}
.TagClassName
{
border-color: #D429CE;
}
</style>