Shades of Deep Magenta #D12BE0
Tints of Deep Magenta #D12BE0
RGB
CMYK
RGB Variations
Color information
#D12BE0 (or 0xD12BE0) is known color: Deep Magenta. HEX triplet: D1, 2B and E0. RGB value is (209,43,224). Sum of RGB (Red+Green+Blue) = 209+43+224=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BE0 is #2ED41F. Grayscale: #707070. Windows color (decimal): -3068960 or 14691281. OLE color: 14691281.
HSL color Cylindrical-coordinate representation of color #D12BE0: hue angle of 295.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12BE0 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 43 | 224 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.12 |
| HSL | 295.03º | 0.74% | 0.52% | - |
| HSV(B) | 295.03º | 0.81% | 0.88% | - |
| XYZ | 40.61 | 20.66 | 72.37 | - |
| YUV | 113.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 224 | 0.07 | 0.81 | 0 | 0.12 | 295.03 | 0.74 | 0.52 |
| Hex | D1 | 2B | E0 | 7 | 51 | 0 | C | 127 | 4A | 34 |
| Octal | 321 | 53 | 340 | 7 | 121 | 0 | 14 | 447 | 112 | 64 |
| Binary | 11010001 | 101011 | 11100000 | 111 | 1010001 | 0 | 1100 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D12BE0
Complementary color
Monochromatic Colors of #D12BE0
Black with #D12BE0
Text Example
Text Example
White with #D12BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BE0; }
p { color: rgb(209,43,224); }
H1.HeaderClassName
{
color: #D12BE0;
}
.AnyTagClassName
{
color: #D12BE0;
}
</style>
background-color css
<style>
a { background-color: #D12BE0; }
a { background-color: rgb(209,43,224); }
div.DivClassName
{
background-color: #D12BE0;
}
.BgClassName
{
background-color: #D12BE0;
}
</style>
border-color css
<style>
span { border-color: #D12BE0; }
span { border-color: rgb(209,43,224); }
td.TdClassName
{
border-color: #D12BE0;
}
.TagClassName
{
border-color: #D12BE0;
}
</style>