Shades of Deep Magenta #D129DF
Tints of Deep Magenta #D129DF
RGB
CMYK
RGB Variations
Color information
#D129DF (or 0xD129DF) is known color: Deep Magenta. HEX triplet: D1, 29 and DF. RGB value is (209,41,223). Sum of RGB (Red+Green+Blue) = 209+41+223=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D129DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129DF is #2ED620. Grayscale: #6F6F6F. Windows color (decimal): -3069473 or 14625233. OLE color: 14625233.
HSL color Cylindrical-coordinate representation of color #D129DF: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D129DF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 41 | 223 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.13 |
| HSL | 295.38º | 0.74% | 0.52% | - |
| HSV(B) | 295.38º | 0.82% | 0.87% | - |
| XYZ | 40.41 | 20.47 | 71.63 | - |
| YUV | 111.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 223 | 0.06 | 0.82 | 0 | 0.13 | 295.38 | 0.74 | 0.52 |
| Hex | D1 | 29 | DF | 6 | 52 | 0 | D | 127 | 4A | 34 |
| Octal | 321 | 51 | 337 | 6 | 122 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010001 | 101001 | 11011111 | 110 | 1010010 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D129DF
Complementary color
Monochromatic Colors of #D129DF
Black with #D129DF
Text Example
Text Example
White with #D129DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129DF; }
p { color: rgb(209,41,223); }
H1.HeaderClassName
{
color: #D129DF;
}
.AnyTagClassName
{
color: #D129DF;
}
</style>
background-color css
<style>
a { background-color: #D129DF; }
a { background-color: rgb(209,41,223); }
div.DivClassName
{
background-color: #D129DF;
}
.BgClassName
{
background-color: #D129DF;
}
</style>
border-color css
<style>
span { border-color: #D129DF; }
span { border-color: rgb(209,41,223); }
td.TdClassName
{
border-color: #D129DF;
}
.TagClassName
{
border-color: #D129DF;
}
</style>