Shades of Deep Magenta #D31BBC
Tints of Deep Magenta #D31BBC
RGB
CMYK
RGB Variations
Color information
#D31BBC (or 0xD31BBC) is known color: Deep Magenta. HEX triplet: D3, 1B and BC. RGB value is (211,27,188). Sum of RGB (Red+Green+Blue) = 211+27+188=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BBC is #2CE443. Grayscale: #636363. Windows color (decimal): -2942020 or 12327891. OLE color: 12327891.
HSL color Cylindrical-coordinate representation of color #D31BBC: hue angle of 307.5º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31BBC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.17 |
| HSL | 307.5º | 0.77% | 0.47% | - |
| HSV(B) | 307.5º | 0.87% | 0.83% | - |
| XYZ | 36.33 | 18.26 | 49.19 | - |
| YUV | 100.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 188 | 0 | 0.87 | 0.11 | 0.17 | 307.5 | 0.77 | 0.47 |
| Hex | D3 | 1B | BC | 0 | 57 | B | 11 | 134 | 4D | 2F |
| Octal | 323 | 33 | 274 | 0 | 127 | 13 | 21 | 464 | 115 | 57 |
| Binary | 11010011 | 11011 | 10111100 | 0 | 1010111 | 1011 | 10001 | 100110100 | 1001101 | 101111 |
Color Harmonies of #D31BBC
Complementary color
Monochromatic Colors of #D31BBC
Black with #D31BBC
Text Example
Text Example
White with #D31BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BBC; }
p { color: rgb(211,27,188); }
H1.HeaderClassName
{
color: #D31BBC;
}
.AnyTagClassName
{
color: #D31BBC;
}
</style>
background-color css
<style>
a { background-color: #D31BBC; }
a { background-color: rgb(211,27,188); }
div.DivClassName
{
background-color: #D31BBC;
}
.BgClassName
{
background-color: #D31BBC;
}
</style>
border-color css
<style>
span { border-color: #D31BBC; }
span { border-color: rgb(211,27,188); }
td.TdClassName
{
border-color: #D31BBC;
}
.TagClassName
{
border-color: #D31BBC;
}
</style>