Shades of Deep Magenta #D12BC5
Tints of Deep Magenta #D12BC5
RGB
CMYK
RGB Variations
Color information
#D12BC5 (or 0xD12BC5) is known color: Deep Magenta. HEX triplet: D1, 2B and C5. RGB value is (209,43,197). Sum of RGB (Red+Green+Blue) = 209+43+197=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BC5 is #2ED43A. Grayscale: #6D6D6D. Windows color (decimal): -3068987 or 12921809. OLE color: 12921809.
HSL color Cylindrical-coordinate representation of color #D12BC5: hue angle of 304.34º 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 #D12BC5 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 197 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.18 |
| HSL | 304.34º | 0.66% | 0.49% | - |
| HSV(B) | 304.34º | 0.79% | 0.82% | - |
| XYZ | 37.24 | 19.31 | 54.59 | - |
| YUV | 110.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 197 | 0 | 0.79 | 0.06 | 0.18 | 304.34 | 0.66 | 0.49 |
| Hex | D1 | 2B | C5 | 0 | 4F | 6 | 12 | 130 | 42 | 31 |
| Octal | 321 | 53 | 305 | 0 | 117 | 6 | 22 | 460 | 102 | 61 |
| Binary | 11010001 | 101011 | 11000101 | 0 | 1001111 | 110 | 10010 | 100110000 | 1000010 | 110001 |
Color Harmonies of #D12BC5
Complementary color
Monochromatic Colors of #D12BC5
Black with #D12BC5
Text Example
Text Example
White with #D12BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BC5; }
p { color: rgb(209,43,197); }
H1.HeaderClassName
{
color: #D12BC5;
}
.AnyTagClassName
{
color: #D12BC5;
}
</style>
background-color css
<style>
a { background-color: #D12BC5; }
a { background-color: rgb(209,43,197); }
div.DivClassName
{
background-color: #D12BC5;
}
.BgClassName
{
background-color: #D12BC5;
}
</style>
border-color css
<style>
span { border-color: #D12BC5; }
span { border-color: rgb(209,43,197); }
td.TdClassName
{
border-color: #D12BC5;
}
.TagClassName
{
border-color: #D12BC5;
}
</style>