Shades of Deep Magenta #D12ADE
Tints of Deep Magenta #D12ADE
RGB
CMYK
RGB Variations
Color information
#D12ADE (or 0xD12ADE) is known color: Deep Magenta. HEX triplet: D1, 2A and DE. RGB value is (209,42,222). Sum of RGB (Red+Green+Blue) = 209+42+222=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #D12ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ADE is #2ED521. Grayscale: #6F6F6F. Windows color (decimal): -3069218 or 14559953. OLE color: 14559953.
HSL color Cylindrical-coordinate representation of color #D12ADE: hue angle of 295.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12ADE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 42 | 222 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.67º | 0.73% | 0.52% | - |
| HSV(B) | 295.67º | 0.81% | 0.87% | - |
| XYZ | 40.31 | 20.49 | 70.94 | - |
| YUV | 112.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 222 | 0.06 | 0.81 | 0 | 0.13 | 295.67 | 0.73 | 0.52 |
| Hex | D1 | 2A | DE | 6 | 51 | 0 | D | 128 | 49 | 34 |
| Octal | 321 | 52 | 336 | 6 | 121 | 0 | 15 | 450 | 111 | 64 |
| Binary | 11010001 | 101010 | 11011110 | 110 | 1010001 | 0 | 1101 | 100101000 | 1001001 | 110100 |
Color Harmonies of #D12ADE
Complementary color
Monochromatic Colors of #D12ADE
Black with #D12ADE
Text Example
Text Example
White with #D12ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ADE; }
p { color: rgb(209,42,222); }
H1.HeaderClassName
{
color: #D12ADE;
}
.AnyTagClassName
{
color: #D12ADE;
}
</style>
background-color css
<style>
a { background-color: #D12ADE; }
a { background-color: rgb(209,42,222); }
div.DivClassName
{
background-color: #D12ADE;
}
.BgClassName
{
background-color: #D12ADE;
}
</style>
border-color css
<style>
span { border-color: #D12ADE; }
span { border-color: rgb(209,42,222); }
td.TdClassName
{
border-color: #D12ADE;
}
.TagClassName
{
border-color: #D12ADE;
}
</style>