Shades of Deep Magenta #D12ABF
Tints of Deep Magenta #D12ABF
RGB
CMYK
RGB Variations
Color information
#D12ABF (or 0xD12ABF) is known color: Deep Magenta. HEX triplet: D1, 2A and BF. RGB value is (209,42,191). Sum of RGB (Red+Green+Blue) = 209+42+191=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ABF is #2ED540. Grayscale: #6C6C6C. Windows color (decimal): -3069249 or 12528337. OLE color: 12528337.
HSL color Cylindrical-coordinate representation of color #D12ABF: hue angle of 306.47º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12ABF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 191 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.18 |
| HSL | 306.47º | 0.67% | 0.49% | - |
| HSV(B) | 306.47º | 0.8% | 0.82% | - |
| XYZ | 36.53 | 18.97 | 51.03 | - |
| YUV | 108.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 191 | 0 | 0.80 | 0.09 | 0.18 | 306.47 | 0.67 | 0.49 |
| Hex | D1 | 2A | BF | 0 | 50 | 9 | 12 | 132 | 43 | 31 |
| Octal | 321 | 52 | 277 | 0 | 120 | 11 | 22 | 462 | 103 | 61 |
| Binary | 11010001 | 101010 | 10111111 | 0 | 1010000 | 1001 | 10010 | 100110010 | 1000011 | 110001 |
Color Harmonies of #D12ABF
Complementary color
Monochromatic Colors of #D12ABF
Black with #D12ABF
Text Example
Text Example
White with #D12ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ABF; }
p { color: rgb(209,42,191); }
H1.HeaderClassName
{
color: #D12ABF;
}
.AnyTagClassName
{
color: #D12ABF;
}
</style>
background-color css
<style>
a { background-color: #D12ABF; }
a { background-color: rgb(209,42,191); }
div.DivClassName
{
background-color: #D12ABF;
}
.BgClassName
{
background-color: #D12ABF;
}
</style>
border-color css
<style>
span { border-color: #D12ABF; }
span { border-color: rgb(209,42,191); }
td.TdClassName
{
border-color: #D12ABF;
}
.TagClassName
{
border-color: #D12ABF;
}
</style>