Shades of Deep Magenta #D12BC6
Tints of Deep Magenta #D12BC6
RGB
CMYK
RGB Variations
Color information
#D12BC6 (or 0xD12BC6) is known color: Deep Magenta. HEX triplet: D1, 2B and C6. RGB value is (209,43,198). Sum of RGB (Red+Green+Blue) = 209+43+198=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BC6 is #2ED439. Grayscale: #6D6D6D. Windows color (decimal): -3068986 or 12987345. OLE color: 12987345.
HSL color Cylindrical-coordinate representation of color #D12BC6: hue angle of 303.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12BC6 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 198 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.18 |
| HSL | 303.98º | 0.66% | 0.49% | - |
| HSV(B) | 303.98º | 0.79% | 0.82% | - |
| XYZ | 37.35 | 19.36 | 55.19 | - |
| YUV | 110.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 198 | 0 | 0.79 | 0.05 | 0.18 | 303.98 | 0.66 | 0.49 |
| Hex | D1 | 2B | C6 | 0 | 4F | 5 | 12 | 130 | 42 | 31 |
| Octal | 321 | 53 | 306 | 0 | 117 | 5 | 22 | 460 | 102 | 61 |
| Binary | 11010001 | 101011 | 11000110 | 0 | 1001111 | 101 | 10010 | 100110000 | 1000010 | 110001 |
Color Harmonies of #D12BC6
Complementary color
Monochromatic Colors of #D12BC6
Black with #D12BC6
Text Example
Text Example
White with #D12BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BC6; }
p { color: rgb(209,43,198); }
H1.HeaderClassName
{
color: #D12BC6;
}
.AnyTagClassName
{
color: #D12BC6;
}
</style>
background-color css
<style>
a { background-color: #D12BC6; }
a { background-color: rgb(209,43,198); }
div.DivClassName
{
background-color: #D12BC6;
}
.BgClassName
{
background-color: #D12BC6;
}
</style>
border-color css
<style>
span { border-color: #D12BC6; }
span { border-color: rgb(209,43,198); }
td.TdClassName
{
border-color: #D12BC6;
}
.TagClassName
{
border-color: #D12BC6;
}
</style>