Shades of Deep Magenta #D31BBD
Tints of Deep Magenta #D31BBD
RGB
CMYK
RGB Variations
Color information
#D31BBD (or 0xD31BBD) is known color: Deep Magenta. HEX triplet: D3, 1B and BD. RGB value is (211,27,189). Sum of RGB (Red+Green+Blue) = 211+27+189=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BBD is #2CE442. Grayscale: #646464. Windows color (decimal): -2942019 or 12393427. OLE color: 12393427.
HSL color Cylindrical-coordinate representation of color #D31BBD: hue angle of 307.17º 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 #D31BBD is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 189 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.17 |
| HSL | 307.17º | 0.77% | 0.47% | - |
| HSV(B) | 307.17º | 0.87% | 0.83% | - |
| XYZ | 36.44 | 18.31 | 49.76 | - |
| YUV | 100.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 189 | 0 | 0.87 | 0.10 | 0.17 | 307.17 | 0.77 | 0.47 |
| Hex | D3 | 1B | BD | 0 | 57 | A | 11 | 133 | 4D | 2F |
| Octal | 323 | 33 | 275 | 0 | 127 | 12 | 21 | 463 | 115 | 57 |
| Binary | 11010011 | 11011 | 10111101 | 0 | 1010111 | 1010 | 10001 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D31BBD
Complementary color
Monochromatic Colors of #D31BBD
Black with #D31BBD
Text Example
Text Example
White with #D31BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BBD; }
p { color: rgb(211,27,189); }
H1.HeaderClassName
{
color: #D31BBD;
}
.AnyTagClassName
{
color: #D31BBD;
}
</style>
background-color css
<style>
a { background-color: #D31BBD; }
a { background-color: rgb(211,27,189); }
div.DivClassName
{
background-color: #D31BBD;
}
.BgClassName
{
background-color: #D31BBD;
}
</style>
border-color css
<style>
span { border-color: #D31BBD; }
span { border-color: rgb(211,27,189); }
td.TdClassName
{
border-color: #D31BBD;
}
.TagClassName
{
border-color: #D31BBD;
}
</style>