Shades of Deep Magenta #D128C2
Tints of Deep Magenta #D128C2
RGB
CMYK
RGB Variations
Color information
#D128C2 (or 0xD128C2) is known color: Deep Magenta. HEX triplet: D1, 28 and C2. RGB value is (209,40,194). Sum of RGB (Red+Green+Blue) = 209+40+194=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D128C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128C2 is #2ED73D. Grayscale: #6B6B6B. Windows color (decimal): -3069758 or 12724433. OLE color: 12724433.
HSL color Cylindrical-coordinate representation of color #D128C2: hue angle of 305.33º 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 #D128C2 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 194 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.18 |
| HSL | 305.33º | 0.68% | 0.49% | - |
| HSV(B) | 305.33º | 0.81% | 0.82% | - |
| XYZ | 36.79 | 18.97 | 52.76 | - |
| YUV | 108.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 194 | 0 | 0.81 | 0.07 | 0.18 | 305.33 | 0.68 | 0.49 |
| Hex | D1 | 28 | C2 | 0 | 51 | 7 | 12 | 131 | 44 | 31 |
| Octal | 321 | 50 | 302 | 0 | 121 | 7 | 22 | 461 | 104 | 61 |
| Binary | 11010001 | 101000 | 11000010 | 0 | 1010001 | 111 | 10010 | 100110001 | 1000100 | 110001 |
Color Harmonies of #D128C2
Complementary color
Monochromatic Colors of #D128C2
Black with #D128C2
Text Example
Text Example
White with #D128C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128C2; }
p { color: rgb(209,40,194); }
H1.HeaderClassName
{
color: #D128C2;
}
.AnyTagClassName
{
color: #D128C2;
}
</style>
background-color css
<style>
a { background-color: #D128C2; }
a { background-color: rgb(209,40,194); }
div.DivClassName
{
background-color: #D128C2;
}
.BgClassName
{
background-color: #D128C2;
}
</style>
border-color css
<style>
span { border-color: #D128C2; }
span { border-color: rgb(209,40,194); }
td.TdClassName
{
border-color: #D128C2;
}
.TagClassName
{
border-color: #D128C2;
}
</style>