Shades of Deep Magenta #D129C8
Tints of Deep Magenta #D129C8
RGB
CMYK
RGB Variations
Color information
#D129C8 (or 0xD129C8) is known color: Deep Magenta. HEX triplet: D1, 29 and C8. RGB value is (209,41,200). Sum of RGB (Red+Green+Blue) = 209+41+200=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D129C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129C8 is #2ED637. Grayscale: #6C6C6C. Windows color (decimal): -3069496 or 13117905. OLE color: 13117905.
HSL color Cylindrical-coordinate representation of color #D129C8: hue angle of 303.21º 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 #D129C8 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 200 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.18 |
| HSL | 303.21º | 0.67% | 0.49% | - |
| HSV(B) | 303.21º | 0.8% | 0.82% | - |
| XYZ | 37.51 | 19.31 | 56.39 | - |
| YUV | 109.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 200 | 0 | 0.80 | 0.04 | 0.18 | 303.21 | 0.67 | 0.49 |
| Hex | D1 | 29 | C8 | 0 | 50 | 4 | 12 | 12F | 43 | 31 |
| Octal | 321 | 51 | 310 | 0 | 120 | 4 | 22 | 457 | 103 | 61 |
| Binary | 11010001 | 101001 | 11001000 | 0 | 1010000 | 100 | 10010 | 100101111 | 1000011 | 110001 |
Color Harmonies of #D129C8
Complementary color
Monochromatic Colors of #D129C8
Black with #D129C8
Text Example
Text Example
White with #D129C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129C8; }
p { color: rgb(209,41,200); }
H1.HeaderClassName
{
color: #D129C8;
}
.AnyTagClassName
{
color: #D129C8;
}
</style>
background-color css
<style>
a { background-color: #D129C8; }
a { background-color: rgb(209,41,200); }
div.DivClassName
{
background-color: #D129C8;
}
.BgClassName
{
background-color: #D129C8;
}
</style>
border-color css
<style>
span { border-color: #D129C8; }
span { border-color: rgb(209,41,200); }
td.TdClassName
{
border-color: #D129C8;
}
.TagClassName
{
border-color: #D129C8;
}
</style>