Shades of Deep Magenta #D41BBC
Tints of Deep Magenta #D41BBC
RGB
CMYK
RGB Variations
Color information
#D41BBC (or 0xD41BBC) is known color: Deep Magenta. HEX triplet: D4, 1B and BC. RGB value is (212,27,188). Sum of RGB (Red+Green+Blue) = 212+27+188=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BBC is #2BE443. Grayscale: #646464. Windows color (decimal): -2876484 or 12327892. OLE color: 12327892.
HSL color Cylindrical-coordinate representation of color #D41BBC: hue angle of 307.78º 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 #D41BBC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.17 |
| HSL | 307.78º | 0.77% | 0.47% | - |
| HSV(B) | 307.78º | 0.87% | 0.83% | - |
| XYZ | 36.62 | 18.41 | 49.2 | - |
| YUV | 100.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 188 | 0 | 0.87 | 0.11 | 0.17 | 307.78 | 0.77 | 0.47 |
| Hex | D4 | 1B | BC | 0 | 57 | B | 11 | 134 | 4D | 2F |
| Octal | 324 | 33 | 274 | 0 | 127 | 13 | 21 | 464 | 115 | 57 |
| Binary | 11010100 | 11011 | 10111100 | 0 | 1010111 | 1011 | 10001 | 100110100 | 1001101 | 101111 |
Color Harmonies of #D41BBC
Complementary color
Monochromatic Colors of #D41BBC
Black with #D41BBC
Text Example
Text Example
White with #D41BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BBC; }
p { color: rgb(212,27,188); }
H1.HeaderClassName
{
color: #D41BBC;
}
.AnyTagClassName
{
color: #D41BBC;
}
</style>
background-color css
<style>
a { background-color: #D41BBC; }
a { background-color: rgb(212,27,188); }
div.DivClassName
{
background-color: #D41BBC;
}
.BgClassName
{
background-color: #D41BBC;
}
</style>
border-color css
<style>
span { border-color: #D41BBC; }
span { border-color: rgb(212,27,188); }
td.TdClassName
{
border-color: #D41BBC;
}
.TagClassName
{
border-color: #D41BBC;
}
</style>