Shades of Deep Magenta #D12ABC
Tints of Deep Magenta #D12ABC
RGB
CMYK
RGB Variations
Color information
#D12ABC (or 0xD12ABC) is known color: Deep Magenta. HEX triplet: D1, 2A and BC. RGB value is (209,42,188). Sum of RGB (Red+Green+Blue) = 209+42+188=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ABC is #2ED543. Grayscale: #6C6C6C. Windows color (decimal): -3069252 or 12331729. OLE color: 12331729.
HSL color Cylindrical-coordinate representation of color #D12ABC: hue angle of 307.54º 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 #D12ABC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 188 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.18 |
| HSL | 307.54º | 0.67% | 0.49% | - |
| HSV(B) | 307.54º | 0.8% | 0.82% | - |
| XYZ | 36.2 | 18.84 | 49.31 | - |
| YUV | 108.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 188 | 0 | 0.80 | 0.10 | 0.18 | 307.54 | 0.67 | 0.49 |
| Hex | D1 | 2A | BC | 0 | 50 | A | 12 | 134 | 43 | 31 |
| Octal | 321 | 52 | 274 | 0 | 120 | 12 | 22 | 464 | 103 | 61 |
| Binary | 11010001 | 101010 | 10111100 | 0 | 1010000 | 1010 | 10010 | 100110100 | 1000011 | 110001 |
Color Harmonies of #D12ABC
Complementary color
Monochromatic Colors of #D12ABC
Black with #D12ABC
Text Example
Text Example
White with #D12ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ABC; }
p { color: rgb(209,42,188); }
H1.HeaderClassName
{
color: #D12ABC;
}
.AnyTagClassName
{
color: #D12ABC;
}
</style>
background-color css
<style>
a { background-color: #D12ABC; }
a { background-color: rgb(209,42,188); }
div.DivClassName
{
background-color: #D12ABC;
}
.BgClassName
{
background-color: #D12ABC;
}
</style>
border-color css
<style>
span { border-color: #D12ABC; }
span { border-color: rgb(209,42,188); }
td.TdClassName
{
border-color: #D12ABC;
}
.TagClassName
{
border-color: #D12ABC;
}
</style>