Shades of Deep Magenta #D128D0
Tints of Deep Magenta #D128D0
RGB
CMYK
RGB Variations
Color information
#D128D0 (or 0xD128D0) is known color: Deep Magenta. HEX triplet: D1, 28 and D0. RGB value is (209,40,208). Sum of RGB (Red+Green+Blue) = 209+40+208=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D128D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128D0 is #2ED72F. Grayscale: #6D6D6D. Windows color (decimal): -3069744 or 13641937. OLE color: 13641937.
HSL color Cylindrical-coordinate representation of color #D128D0: hue angle of 300.36º 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 #D128D0 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 208 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.18 |
| HSL | 300.36º | 0.68% | 0.49% | - |
| HSV(B) | 300.36º | 0.81% | 0.82% | - |
| XYZ | 38.44 | 19.63 | 61.44 | - |
| YUV | 109.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 208 | 0 | 0.81 | 0.00 | 0.18 | 300.36 | 0.68 | 0.49 |
| Hex | D1 | 28 | D0 | 0 | 51 | 0 | 12 | 12C | 44 | 31 |
| Octal | 321 | 50 | 320 | 0 | 121 | 0 | 22 | 454 | 104 | 61 |
| Binary | 11010001 | 101000 | 11010000 | 0 | 1010001 | 0 | 10010 | 100101100 | 1000100 | 110001 |
Color Harmonies of #D128D0
Complementary color
Monochromatic Colors of #D128D0
Black with #D128D0
Text Example
Text Example
White with #D128D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128D0; }
p { color: rgb(209,40,208); }
H1.HeaderClassName
{
color: #D128D0;
}
.AnyTagClassName
{
color: #D128D0;
}
</style>
background-color css
<style>
a { background-color: #D128D0; }
a { background-color: rgb(209,40,208); }
div.DivClassName
{
background-color: #D128D0;
}
.BgClassName
{
background-color: #D128D0;
}
</style>
border-color css
<style>
span { border-color: #D128D0; }
span { border-color: rgb(209,40,208); }
td.TdClassName
{
border-color: #D128D0;
}
.TagClassName
{
border-color: #D128D0;
}
</style>