Shades of Deep Magenta #D129CF
Tints of Deep Magenta #D129CF
RGB
CMYK
RGB Variations
Color information
#D129CF (or 0xD129CF) is known color: Deep Magenta. HEX triplet: D1, 29 and CF. RGB value is (209,41,207). Sum of RGB (Red+Green+Blue) = 209+41+207=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D129CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129CF is #2ED630. Grayscale: #6D6D6D. Windows color (decimal): -3069489 or 13576657. OLE color: 13576657.
HSL color Cylindrical-coordinate representation of color #D129CF: hue angle of 300.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129CF is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 207 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.18 |
| HSL | 300.71º | 0.67% | 0.49% | - |
| HSV(B) | 300.71º | 0.8% | 0.82% | - |
| XYZ | 38.35 | 19.65 | 60.8 | - |
| YUV | 110.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 207 | 0 | 0.80 | 0.01 | 0.18 | 300.71 | 0.67 | 0.49 |
| Hex | D1 | 29 | CF | 0 | 50 | 1 | 12 | 12D | 43 | 31 |
| Octal | 321 | 51 | 317 | 0 | 120 | 1 | 22 | 455 | 103 | 61 |
| Binary | 11010001 | 101001 | 11001111 | 0 | 1010000 | 1 | 10010 | 100101101 | 1000011 | 110001 |
Color Harmonies of #D129CF
Complementary color
Monochromatic Colors of #D129CF
Black with #D129CF
Text Example
Text Example
White with #D129CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129CF; }
p { color: rgb(209,41,207); }
H1.HeaderClassName
{
color: #D129CF;
}
.AnyTagClassName
{
color: #D129CF;
}
</style>
background-color css
<style>
a { background-color: #D129CF; }
a { background-color: rgb(209,41,207); }
div.DivClassName
{
background-color: #D129CF;
}
.BgClassName
{
background-color: #D129CF;
}
</style>
border-color css
<style>
span { border-color: #D129CF; }
span { border-color: rgb(209,41,207); }
td.TdClassName
{
border-color: #D129CF;
}
.TagClassName
{
border-color: #D129CF;
}
</style>