Shades of Deep Magenta #D127E0
Tints of Deep Magenta #D127E0
RGB
CMYK
RGB Variations
Color information
#D127E0 (or 0xD127E0) is known color: Deep Magenta. HEX triplet: D1, 27 and E0. RGB value is (209,39,224). Sum of RGB (Red+Green+Blue) = 209+39+224=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #D127E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127E0 is #2ED81F. Grayscale: #6E6E6E. Windows color (decimal): -3069984 or 14690257. OLE color: 14690257.
HSL color Cylindrical-coordinate representation of color #D127E0: hue angle of 295.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D127E0 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 39 | 224 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.12 |
| HSL | 295.14º | 0.75% | 0.52% | - |
| HSV(B) | 295.14º | 0.83% | 0.88% | - |
| XYZ | 40.47 | 20.39 | 72.32 | - |
| YUV | 110.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 224 | 0.07 | 0.83 | 0 | 0.12 | 295.14 | 0.75 | 0.52 |
| Hex | D1 | 27 | E0 | 7 | 53 | 0 | C | 127 | 4B | 34 |
| Octal | 321 | 47 | 340 | 7 | 123 | 0 | 14 | 447 | 113 | 64 |
| Binary | 11010001 | 100111 | 11100000 | 111 | 1010011 | 0 | 1100 | 100100111 | 1001011 | 110100 |
Color Harmonies of #D127E0
Complementary color
Monochromatic Colors of #D127E0
Black with #D127E0
Text Example
Text Example
White with #D127E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127E0; }
p { color: rgb(209,39,224); }
H1.HeaderClassName
{
color: #D127E0;
}
.AnyTagClassName
{
color: #D127E0;
}
</style>
background-color css
<style>
a { background-color: #D127E0; }
a { background-color: rgb(209,39,224); }
div.DivClassName
{
background-color: #D127E0;
}
.BgClassName
{
background-color: #D127E0;
}
</style>
border-color css
<style>
span { border-color: #D127E0; }
span { border-color: rgb(209,39,224); }
td.TdClassName
{
border-color: #D127E0;
}
.TagClassName
{
border-color: #D127E0;
}
</style>