Shades of Deep Magenta #D41BDC
Tints of Deep Magenta #D41BDC
RGB
CMYK
RGB Variations
Color information
#D41BDC (or 0xD41BDC) is known color: Deep Magenta. HEX triplet: D4, 1B and DC. RGB value is (212,27,220). Sum of RGB (Red+Green+Blue) = 212+27+220=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D41BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BDC is #2BE423. Grayscale: #676767. Windows color (decimal): -2876452 or 14425044. OLE color: 14425044.
HSL color Cylindrical-coordinate representation of color #D41BDC: hue angle of 297.51º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41BDC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 27 | 220 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.14 |
| HSL | 297.51º | 0.78% | 0.48% | - |
| HSV(B) | 297.51º | 0.88% | 0.86% | - |
| XYZ | 40.46 | 19.95 | 69.43 | - |
| YUV | 104.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 220 | 0.04 | 0.88 | 0 | 0.14 | 297.51 | 0.78 | 0.48 |
| Hex | D4 | 1B | DC | 4 | 58 | 0 | E | 12A | 4E | 30 |
| Octal | 324 | 33 | 334 | 4 | 130 | 0 | 16 | 452 | 116 | 60 |
| Binary | 11010100 | 11011 | 11011100 | 100 | 1011000 | 0 | 1110 | 100101010 | 1001110 | 110000 |
Color Harmonies of #D41BDC
Complementary color
Monochromatic Colors of #D41BDC
Black with #D41BDC
Text Example
Text Example
White with #D41BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BDC; }
p { color: rgb(212,27,220); }
H1.HeaderClassName
{
color: #D41BDC;
}
.AnyTagClassName
{
color: #D41BDC;
}
</style>
background-color css
<style>
a { background-color: #D41BDC; }
a { background-color: rgb(212,27,220); }
div.DivClassName
{
background-color: #D41BDC;
}
.BgClassName
{
background-color: #D41BDC;
}
</style>
border-color css
<style>
span { border-color: #D41BDC; }
span { border-color: rgb(212,27,220); }
td.TdClassName
{
border-color: #D41BDC;
}
.TagClassName
{
border-color: #D41BDC;
}
</style>