Shades of Deep Magenta #D129E2
Tints of Deep Magenta #D129E2
RGB
CMYK
RGB Variations
Color information
#D129E2 (or 0xD129E2) is known color: Deep Magenta. HEX triplet: D1, 29 and E2. RGB value is (209,41,226). Sum of RGB (Red+Green+Blue) = 209+41+226=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #D129E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129E2 is #2ED61D. Grayscale: #6F6F6F. Windows color (decimal): -3069470 or 14821841. OLE color: 14821841.
HSL color Cylindrical-coordinate representation of color #D129E2: hue angle of 294.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D129E2 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 41 | 226 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.11 |
| HSL | 294.49º | 0.76% | 0.52% | - |
| HSV(B) | 294.49º | 0.82% | 0.89% | - |
| XYZ | 40.81 | 20.63 | 73.78 | - |
| YUV | 112.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 226 | 0.08 | 0.82 | 0 | 0.11 | 294.49 | 0.76 | 0.52 |
| Hex | D1 | 29 | E2 | 8 | 52 | 0 | B | 126 | 4C | 34 |
| Octal | 321 | 51 | 342 | 10 | 122 | 0 | 13 | 446 | 114 | 64 |
| Binary | 11010001 | 101001 | 11100010 | 1000 | 1010010 | 0 | 1011 | 100100110 | 1001100 | 110100 |
Color Harmonies of #D129E2
Complementary color
Monochromatic Colors of #D129E2
Black with #D129E2
Text Example
Text Example
White with #D129E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129E2; }
p { color: rgb(209,41,226); }
H1.HeaderClassName
{
color: #D129E2;
}
.AnyTagClassName
{
color: #D129E2;
}
</style>
background-color css
<style>
a { background-color: #D129E2; }
a { background-color: rgb(209,41,226); }
div.DivClassName
{
background-color: #D129E2;
}
.BgClassName
{
background-color: #D129E2;
}
</style>
border-color css
<style>
span { border-color: #D129E2; }
span { border-color: rgb(209,41,226); }
td.TdClassName
{
border-color: #D129E2;
}
.TagClassName
{
border-color: #D129E2;
}
</style>