Shades of Deep Magenta #D128DA
Tints of Deep Magenta #D128DA
RGB
CMYK
RGB Variations
Color information
#D128DA (or 0xD128DA) is known color: Deep Magenta. HEX triplet: D1, 28 and DA. RGB value is (209,40,218). Sum of RGB (Red+Green+Blue) = 209+40+218=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #D128DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128DA is #2ED725. Grayscale: #6E6E6E. Windows color (decimal): -3069734 or 14297297. OLE color: 14297297.
HSL color Cylindrical-coordinate representation of color #D128DA: hue angle of 296.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D128DA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 40 | 218 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.15 |
| HSL | 296.97º | 0.71% | 0.51% | - |
| HSV(B) | 296.97º | 0.82% | 0.85% | - |
| XYZ | 39.71 | 20.13 | 68.12 | - |
| YUV | 110.82 | 188.49 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 218 | 0.04 | 0.82 | 0 | 0.15 | 296.97 | 0.71 | 0.51 |
| Hex | D1 | 28 | DA | 4 | 52 | 0 | F | 129 | 47 | 33 |
| Octal | 321 | 50 | 332 | 4 | 122 | 0 | 17 | 451 | 107 | 63 |
| Binary | 11010001 | 101000 | 11011010 | 100 | 1010010 | 0 | 1111 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D128DA
Complementary color
Monochromatic Colors of #D128DA
Black with #D128DA
Text Example
Text Example
White with #D128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128DA; }
p { color: rgb(209,40,218); }
H1.HeaderClassName
{
color: #D128DA;
}
.AnyTagClassName
{
color: #D128DA;
}
</style>
background-color css
<style>
a { background-color: #D128DA; }
a { background-color: rgb(209,40,218); }
div.DivClassName
{
background-color: #D128DA;
}
.BgClassName
{
background-color: #D128DA;
}
</style>
border-color css
<style>
span { border-color: #D128DA; }
span { border-color: rgb(209,40,218); }
td.TdClassName
{
border-color: #D128DA;
}
.TagClassName
{
border-color: #D128DA;
}
</style>