Shades of Deep Magenta #D12ADF
Tints of Deep Magenta #D12ADF
RGB
CMYK
RGB Variations
Color information
#D12ADF (or 0xD12ADF) is known color: Deep Magenta. HEX triplet: D1, 2A and DF. RGB value is (209,42,223). Sum of RGB (Red+Green+Blue) = 209+42+223=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #D12ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ADF is #2ED520. Grayscale: #707070. Windows color (decimal): -3069217 or 14625489. OLE color: 14625489.
HSL color Cylindrical-coordinate representation of color #D12ADF: hue angle of 295.36º degrees, saturation: 0.74, 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 #D12ADF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 42 | 223 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.36º | 0.74% | 0.52% | - |
| HSV(B) | 295.36º | 0.81% | 0.87% | - |
| XYZ | 40.44 | 20.54 | 71.64 | - |
| YUV | 112.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 223 | 0.06 | 0.81 | 0 | 0.13 | 295.36 | 0.74 | 0.52 |
| Hex | D1 | 2A | DF | 6 | 51 | 0 | D | 127 | 4A | 34 |
| Octal | 321 | 52 | 337 | 6 | 121 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010001 | 101010 | 11011111 | 110 | 1010001 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D12ADF
Complementary color
Monochromatic Colors of #D12ADF
Black with #D12ADF
Text Example
Text Example
White with #D12ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ADF; }
p { color: rgb(209,42,223); }
H1.HeaderClassName
{
color: #D12ADF;
}
.AnyTagClassName
{
color: #D12ADF;
}
</style>
background-color css
<style>
a { background-color: #D12ADF; }
a { background-color: rgb(209,42,223); }
div.DivClassName
{
background-color: #D12ADF;
}
.BgClassName
{
background-color: #D12ADF;
}
</style>
border-color css
<style>
span { border-color: #D12ADF; }
span { border-color: rgb(209,42,223); }
td.TdClassName
{
border-color: #D12ADF;
}
.TagClassName
{
border-color: #D12ADF;
}
</style>