Shades of Deep Magenta #D128D1
Tints of Deep Magenta #D128D1
RGB
CMYK
RGB Variations
Color information
#D128D1 (or 0xD128D1) is known color: Deep Magenta. HEX triplet: D1, 28 and D1. RGB value is (209,40,209). Sum of RGB (Red+Green+Blue) = 209+40+209=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D128D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128D1 is #2ED72E. Grayscale: #6D6D6D. Windows color (decimal): -3069743 or 13707473. OLE color: 13707473.
HSL color Cylindrical-coordinate representation of color #D128D1: hue angle of 300º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D128D1 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 209 | - |
| CMYK | 0 | 0.81 | 0 | 0.18 |
| HSL | 300º | 0.68% | 0.49% | - |
| HSV(B) | 300º | 0.81% | 0.82% | - |
| XYZ | 38.56 | 19.68 | 62.09 | - |
| YUV | 109.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 209 | 0 | 0.81 | 0 | 0.18 | 300 | 0.68 | 0.49 |
| Hex | D1 | 28 | D1 | 0 | 51 | 0 | 12 | 12C | 44 | 31 |
| Octal | 321 | 50 | 321 | 0 | 121 | 0 | 22 | 454 | 104 | 61 |
| Binary | 11010001 | 101000 | 11010001 | 0 | 1010001 | 0 | 10010 | 100101100 | 1000100 | 110001 |
Color Harmonies of #D128D1
Complementary color
Monochromatic Colors of #D128D1
Black with #D128D1
Text Example
Text Example
White with #D128D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128D1; }
p { color: rgb(209,40,209); }
H1.HeaderClassName
{
color: #D128D1;
}
.AnyTagClassName
{
color: #D128D1;
}
</style>
background-color css
<style>
a { background-color: #D128D1; }
a { background-color: rgb(209,40,209); }
div.DivClassName
{
background-color: #D128D1;
}
.BgClassName
{
background-color: #D128D1;
}
</style>
border-color css
<style>
span { border-color: #D128D1; }
span { border-color: rgb(209,40,209); }
td.TdClassName
{
border-color: #D128D1;
}
.TagClassName
{
border-color: #D128D1;
}
</style>