Shades of Deep Magenta #D41BBE
Tints of Deep Magenta #D41BBE
RGB
CMYK
RGB Variations
Color information
#D41BBE (or 0xD41BBE) is known color: Deep Magenta. HEX triplet: D4, 1B and BE. RGB value is (212,27,190). Sum of RGB (Red+Green+Blue) = 212+27+190=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BBE is #2BE441. Grayscale: #646464. Windows color (decimal): -2876482 or 12458964. OLE color: 12458964.
HSL color Cylindrical-coordinate representation of color #D41BBE: hue angle of 307.14º 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 #D41BBE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 190 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.17 |
| HSL | 307.14º | 0.77% | 0.47% | - |
| HSV(B) | 307.14º | 0.87% | 0.83% | - |
| XYZ | 36.84 | 18.5 | 50.34 | - |
| YUV | 100.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 190 | 0 | 0.87 | 0.10 | 0.17 | 307.14 | 0.77 | 0.47 |
| Hex | D4 | 1B | BE | 0 | 57 | A | 11 | 133 | 4D | 2F |
| Octal | 324 | 33 | 276 | 0 | 127 | 12 | 21 | 463 | 115 | 57 |
| Binary | 11010100 | 11011 | 10111110 | 0 | 1010111 | 1010 | 10001 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D41BBE
Complementary color
Monochromatic Colors of #D41BBE
Black with #D41BBE
Text Example
Text Example
White with #D41BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BBE; }
p { color: rgb(212,27,190); }
H1.HeaderClassName
{
color: #D41BBE;
}
.AnyTagClassName
{
color: #D41BBE;
}
</style>
background-color css
<style>
a { background-color: #D41BBE; }
a { background-color: rgb(212,27,190); }
div.DivClassName
{
background-color: #D41BBE;
}
.BgClassName
{
background-color: #D41BBE;
}
</style>
border-color css
<style>
span { border-color: #D41BBE; }
span { border-color: rgb(212,27,190); }
td.TdClassName
{
border-color: #D41BBE;
}
.TagClassName
{
border-color: #D41BBE;
}
</style>