Shades of Deep Magenta #D129DC
Tints of Deep Magenta #D129DC
RGB
CMYK
RGB Variations
Color information
#D129DC (or 0xD129DC) is known color: Deep Magenta. HEX triplet: D1, 29 and DC. RGB value is (209,41,220). Sum of RGB (Red+Green+Blue) = 209+41+220=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D129DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129DC is #2ED623. Grayscale: #6F6F6F. Windows color (decimal): -3069476 or 14428625. OLE color: 14428625.
HSL color Cylindrical-coordinate representation of color #D129DC: hue angle of 296.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D129DC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 41 | 220 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 296.31º | 0.72% | 0.51% | - |
| HSV(B) | 296.31º | 0.81% | 0.86% | - |
| XYZ | 40.01 | 20.31 | 69.52 | - |
| YUV | 111.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 220 | 0.05 | 0.81 | 0 | 0.14 | 296.31 | 0.72 | 0.51 |
| Hex | D1 | 29 | DC | 5 | 51 | 0 | E | 128 | 48 | 33 |
| Octal | 321 | 51 | 334 | 5 | 121 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11010001 | 101001 | 11011100 | 101 | 1010001 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #D129DC
Complementary color
Monochromatic Colors of #D129DC
Black with #D129DC
Text Example
Text Example
White with #D129DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129DC; }
p { color: rgb(209,41,220); }
H1.HeaderClassName
{
color: #D129DC;
}
.AnyTagClassName
{
color: #D129DC;
}
</style>
background-color css
<style>
a { background-color: #D129DC; }
a { background-color: rgb(209,41,220); }
div.DivClassName
{
background-color: #D129DC;
}
.BgClassName
{
background-color: #D129DC;
}
</style>
border-color css
<style>
span { border-color: #D129DC; }
span { border-color: rgb(209,41,220); }
td.TdClassName
{
border-color: #D129DC;
}
.TagClassName
{
border-color: #D129DC;
}
</style>