Shades of Deep Magenta #D128C7
Tints of Deep Magenta #D128C7
RGB
CMYK
RGB Variations
Color information
#D128C7 (or 0xD128C7) is known color: Deep Magenta. HEX triplet: D1, 28 and C7. RGB value is (209,40,199). Sum of RGB (Red+Green+Blue) = 209+40+199=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D128C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128C7 is #2ED738. Grayscale: #6C6C6C. Windows color (decimal): -3069753 or 13052113. OLE color: 13052113.
HSL color Cylindrical-coordinate representation of color #D128C7: hue angle of 303.55º 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 #D128C7 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 199 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.18 |
| HSL | 303.55º | 0.68% | 0.49% | - |
| HSV(B) | 303.55º | 0.81% | 0.82% | - |
| XYZ | 37.36 | 19.2 | 55.77 | - |
| YUV | 108.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 199 | 0 | 0.81 | 0.05 | 0.18 | 303.55 | 0.68 | 0.49 |
| Hex | D1 | 28 | C7 | 0 | 51 | 5 | 12 | 130 | 44 | 31 |
| Octal | 321 | 50 | 307 | 0 | 121 | 5 | 22 | 460 | 104 | 61 |
| Binary | 11010001 | 101000 | 11000111 | 0 | 1010001 | 101 | 10010 | 100110000 | 1000100 | 110001 |
Color Harmonies of #D128C7
Complementary color
Monochromatic Colors of #D128C7
Black with #D128C7
Text Example
Text Example
White with #D128C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128C7; }
p { color: rgb(209,40,199); }
H1.HeaderClassName
{
color: #D128C7;
}
.AnyTagClassName
{
color: #D128C7;
}
</style>
background-color css
<style>
a { background-color: #D128C7; }
a { background-color: rgb(209,40,199); }
div.DivClassName
{
background-color: #D128C7;
}
.BgClassName
{
background-color: #D128C7;
}
</style>
border-color css
<style>
span { border-color: #D128C7; }
span { border-color: rgb(209,40,199); }
td.TdClassName
{
border-color: #D128C7;
}
.TagClassName
{
border-color: #D128C7;
}
</style>