Shades of Deep Magenta #D129DA
Tints of Deep Magenta #D129DA
RGB
CMYK
RGB Variations
Color information
#D129DA (or 0xD129DA) is known color: Deep Magenta. HEX triplet: D1, 29 and DA. RGB value is (209,41,218). Sum of RGB (Red+Green+Blue) = 209+41+218=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #D129DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129DA is #2ED625. Grayscale: #6E6E6E. Windows color (decimal): -3069478 or 14297553. OLE color: 14297553.
HSL color Cylindrical-coordinate representation of color #D129DA: hue angle of 296.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D129DA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 41 | 218 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.15 |
| HSL | 296.95º | 0.71% | 0.51% | - |
| HSV(B) | 296.95º | 0.81% | 0.85% | - |
| XYZ | 39.74 | 20.2 | 68.13 | - |
| YUV | 111.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 218 | 0.04 | 0.81 | 0 | 0.15 | 296.95 | 0.71 | 0.51 |
| Hex | D1 | 29 | DA | 4 | 51 | 0 | F | 129 | 47 | 33 |
| Octal | 321 | 51 | 332 | 4 | 121 | 0 | 17 | 451 | 107 | 63 |
| Binary | 11010001 | 101001 | 11011010 | 100 | 1010001 | 0 | 1111 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D129DA
Complementary color
Monochromatic Colors of #D129DA
Black with #D129DA
Text Example
Text Example
White with #D129DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129DA; }
p { color: rgb(209,41,218); }
H1.HeaderClassName
{
color: #D129DA;
}
.AnyTagClassName
{
color: #D129DA;
}
</style>
background-color css
<style>
a { background-color: #D129DA; }
a { background-color: rgb(209,41,218); }
div.DivClassName
{
background-color: #D129DA;
}
.BgClassName
{
background-color: #D129DA;
}
</style>
border-color css
<style>
span { border-color: #D129DA; }
span { border-color: rgb(209,41,218); }
td.TdClassName
{
border-color: #D129DA;
}
.TagClassName
{
border-color: #D129DA;
}
</style>