Shades of Deep Magenta #D42BE4
Tints of Deep Magenta #D42BE4
RGB
CMYK
RGB Variations
Color information
#D42BE4 (or 0xD42BE4) is known color: Deep Magenta. HEX triplet: D4, 2B and E4. RGB value is (212,43,228). Sum of RGB (Red+Green+Blue) = 212+43+228=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #D42BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BE4 is #2BD41B. Grayscale: #727272. Windows color (decimal): -2872348 or 14953428. OLE color: 14953428.
HSL color Cylindrical-coordinate representation of color #D42BE4: hue angle of 294.81º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42BE4 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 43 | 228 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.11 |
| HSL | 294.81º | 0.77% | 0.53% | - |
| HSV(B) | 294.81º | 0.81% | 0.89% | - |
| XYZ | 42.02 | 21.33 | 75.3 | - |
| YUV | 114.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 228 | 0.07 | 0.81 | 0 | 0.11 | 294.81 | 0.77 | 0.53 |
| Hex | D4 | 2B | E4 | 7 | 51 | 0 | B | 127 | 4D | 35 |
| Octal | 324 | 53 | 344 | 7 | 121 | 0 | 13 | 447 | 115 | 65 |
| Binary | 11010100 | 101011 | 11100100 | 111 | 1010001 | 0 | 1011 | 100100111 | 1001101 | 110101 |
Color Harmonies of #D42BE4
Complementary color
Monochromatic Colors of #D42BE4
Black with #D42BE4
Text Example
Text Example
White with #D42BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BE4; }
p { color: rgb(212,43,228); }
H1.HeaderClassName
{
color: #D42BE4;
}
.AnyTagClassName
{
color: #D42BE4;
}
</style>
background-color css
<style>
a { background-color: #D42BE4; }
a { background-color: rgb(212,43,228); }
div.DivClassName
{
background-color: #D42BE4;
}
.BgClassName
{
background-color: #D42BE4;
}
</style>
border-color css
<style>
span { border-color: #D42BE4; }
span { border-color: rgb(212,43,228); }
td.TdClassName
{
border-color: #D42BE4;
}
.TagClassName
{
border-color: #D42BE4;
}
</style>