Shades of Deep Magenta #D12BCB
Tints of Deep Magenta #D12BCB
RGB
CMYK
RGB Variations
Color information
#D12BCB (or 0xD12BCB) is known color: Deep Magenta. HEX triplet: D1, 2B and CB. RGB value is (209,43,203). Sum of RGB (Red+Green+Blue) = 209+43+203=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BCB is #2ED434. Grayscale: #6E6E6E. Windows color (decimal): -3068981 or 13315025. OLE color: 13315025.
HSL color Cylindrical-coordinate representation of color #D12BCB: hue angle of 302.17º 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 #D12BCB is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 203 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.18 |
| HSL | 302.17º | 0.66% | 0.49% | - |
| HSV(B) | 302.17º | 0.79% | 0.82% | - |
| XYZ | 37.94 | 19.59 | 58.28 | - |
| YUV | 110.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 203 | 0 | 0.79 | 0.03 | 0.18 | 302.17 | 0.66 | 0.49 |
| Hex | D1 | 2B | CB | 0 | 4F | 3 | 12 | 12E | 42 | 31 |
| Octal | 321 | 53 | 313 | 0 | 117 | 3 | 22 | 456 | 102 | 61 |
| Binary | 11010001 | 101011 | 11001011 | 0 | 1001111 | 11 | 10010 | 100101110 | 1000010 | 110001 |
Color Harmonies of #D12BCB
Complementary color
Monochromatic Colors of #D12BCB
Black with #D12BCB
Text Example
Text Example
White with #D12BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BCB; }
p { color: rgb(209,43,203); }
H1.HeaderClassName
{
color: #D12BCB;
}
.AnyTagClassName
{
color: #D12BCB;
}
</style>
background-color css
<style>
a { background-color: #D12BCB; }
a { background-color: rgb(209,43,203); }
div.DivClassName
{
background-color: #D12BCB;
}
.BgClassName
{
background-color: #D12BCB;
}
</style>
border-color css
<style>
span { border-color: #D12BCB; }
span { border-color: rgb(209,43,203); }
td.TdClassName
{
border-color: #D12BCB;
}
.TagClassName
{
border-color: #D12BCB;
}
</style>