Shades of Deep Magenta #D129B9
Tints of Deep Magenta #D129B9
RGB
CMYK
RGB Variations
Color information
#D129B9 (or 0xD129B9) is known color: Deep Magenta. HEX triplet: D1, 29 and B9. RGB value is (209,41,185). Sum of RGB (Red+Green+Blue) = 209+41+185=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D129B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129B9 is #2ED646. Grayscale: #6B6B6B. Windows color (decimal): -3069511 or 12134865. OLE color: 12134865.
HSL color Cylindrical-coordinate representation of color #D129B9: hue angle of 308.57º 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 #D129B9 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 185 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.18 |
| HSL | 308.57º | 0.67% | 0.49% | - |
| HSV(B) | 308.57º | 0.8% | 0.82% | - |
| XYZ | 35.84 | 18.64 | 47.61 | - |
| YUV | 107.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 185 | 0 | 0.80 | 0.11 | 0.18 | 308.57 | 0.67 | 0.49 |
| Hex | D1 | 29 | B9 | 0 | 50 | B | 12 | 135 | 43 | 31 |
| Octal | 321 | 51 | 271 | 0 | 120 | 13 | 22 | 465 | 103 | 61 |
| Binary | 11010001 | 101001 | 10111001 | 0 | 1010000 | 1011 | 10010 | 100110101 | 1000011 | 110001 |
Color Harmonies of #D129B9
Complementary color
Monochromatic Colors of #D129B9
Black with #D129B9
Text Example
Text Example
White with #D129B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129B9; }
p { color: rgb(209,41,185); }
H1.HeaderClassName
{
color: #D129B9;
}
.AnyTagClassName
{
color: #D129B9;
}
</style>
background-color css
<style>
a { background-color: #D129B9; }
a { background-color: rgb(209,41,185); }
div.DivClassName
{
background-color: #D129B9;
}
.BgClassName
{
background-color: #D129B9;
}
</style>
border-color css
<style>
span { border-color: #D129B9; }
span { border-color: rgb(209,41,185); }
td.TdClassName
{
border-color: #D129B9;
}
.TagClassName
{
border-color: #D129B9;
}
</style>