Shades of Deep Magenta #D12BE1
Tints of Deep Magenta #D12BE1
RGB
CMYK
RGB Variations
Color information
#D12BE1 (or 0xD12BE1) is known color: Deep Magenta. HEX triplet: D1, 2B and E1. RGB value is (209,43,225). Sum of RGB (Red+Green+Blue) = 209+43+225=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #D12BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BE1 is #2ED41E. Grayscale: #707070. Windows color (decimal): -3068959 or 14756817. OLE color: 14756817.
HSL color Cylindrical-coordinate representation of color #D12BE1: hue angle of 294.73º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12BE1 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 43 | 225 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.12 |
| HSL | 294.73º | 0.75% | 0.53% | - |
| HSV(B) | 294.73º | 0.81% | 0.88% | - |
| XYZ | 40.75 | 20.72 | 73.09 | - |
| YUV | 113.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 225 | 0.07 | 0.81 | 0 | 0.12 | 294.73 | 0.75 | 0.53 |
| Hex | D1 | 2B | E1 | 7 | 51 | 0 | C | 127 | 4B | 35 |
| Octal | 321 | 53 | 341 | 7 | 121 | 0 | 14 | 447 | 113 | 65 |
| Binary | 11010001 | 101011 | 11100001 | 111 | 1010001 | 0 | 1100 | 100100111 | 1001011 | 110101 |
Color Harmonies of #D12BE1
Complementary color
Monochromatic Colors of #D12BE1
Black with #D12BE1
Text Example
Text Example
White with #D12BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BE1; }
p { color: rgb(209,43,225); }
H1.HeaderClassName
{
color: #D12BE1;
}
.AnyTagClassName
{
color: #D12BE1;
}
</style>
background-color css
<style>
a { background-color: #D12BE1; }
a { background-color: rgb(209,43,225); }
div.DivClassName
{
background-color: #D12BE1;
}
.BgClassName
{
background-color: #D12BE1;
}
</style>
border-color css
<style>
span { border-color: #D12BE1; }
span { border-color: rgb(209,43,225); }
td.TdClassName
{
border-color: #D12BE1;
}
.TagClassName
{
border-color: #D12BE1;
}
</style>