Shades of Deep Magenta #D128DD
Tints of Deep Magenta #D128DD
RGB
CMYK
RGB Variations
Color information
#D128DD (or 0xD128DD) is known color: Deep Magenta. HEX triplet: D1, 28 and DD. RGB value is (209,40,221). Sum of RGB (Red+Green+Blue) = 209+40+221=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D128DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128DD is #2ED722. Grayscale: #6E6E6E. Windows color (decimal): -3069731 or 14493905. OLE color: 14493905.
HSL color Cylindrical-coordinate representation of color #D128DD: hue angle of 296.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D128DD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 40 | 221 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.13 |
| HSL | 296.02º | 0.73% | 0.51% | - |
| HSV(B) | 296.02º | 0.82% | 0.87% | - |
| XYZ | 40.1 | 20.29 | 70.21 | - |
| YUV | 111.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 221 | 0.05 | 0.82 | 0 | 0.13 | 296.02 | 0.73 | 0.51 |
| Hex | D1 | 28 | DD | 5 | 52 | 0 | D | 128 | 49 | 33 |
| Octal | 321 | 50 | 335 | 5 | 122 | 0 | 15 | 450 | 111 | 63 |
| Binary | 11010001 | 101000 | 11011101 | 101 | 1010010 | 0 | 1101 | 100101000 | 1001001 | 110011 |
Color Harmonies of #D128DD
Complementary color
Monochromatic Colors of #D128DD
Black with #D128DD
Text Example
Text Example
White with #D128DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128DD; }
p { color: rgb(209,40,221); }
H1.HeaderClassName
{
color: #D128DD;
}
.AnyTagClassName
{
color: #D128DD;
}
</style>
background-color css
<style>
a { background-color: #D128DD; }
a { background-color: rgb(209,40,221); }
div.DivClassName
{
background-color: #D128DD;
}
.BgClassName
{
background-color: #D128DD;
}
</style>
border-color css
<style>
span { border-color: #D128DD; }
span { border-color: rgb(209,40,221); }
td.TdClassName
{
border-color: #D128DD;
}
.TagClassName
{
border-color: #D128DD;
}
</style>