Shades of Deep Magenta #D42CE5
Tints of Deep Magenta #D42CE5
RGB
CMYK
RGB Variations
Color information
#D42CE5 (or 0xD42CE5) is known color: Deep Magenta. HEX triplet: D4, 2C and E5. RGB value is (212,44,229). Sum of RGB (Red+Green+Blue) = 212+44+229=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D42CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CE5 is #2BD31A. Grayscale: #727272. Windows color (decimal): -2872091 or 15019220. OLE color: 15019220.
HSL color Cylindrical-coordinate representation of color #D42CE5: hue angle of 294.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42CE5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 44 | 229 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.10 |
| HSL | 294.49º | 0.78% | 0.54% | - |
| HSV(B) | 294.49º | 0.81% | 0.9% | - |
| XYZ | 42.19 | 21.46 | 76.05 | - |
| YUV | 115.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 229 | 0.07 | 0.81 | 0 | 0.10 | 294.49 | 0.78 | 0.54 |
| Hex | D4 | 2C | E5 | 7 | 51 | 0 | A | 126 | 4E | 36 |
| Octal | 324 | 54 | 345 | 7 | 121 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010100 | 101100 | 11100101 | 111 | 1010001 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D42CE5
Complementary color
Monochromatic Colors of #D42CE5
Black with #D42CE5
Text Example
Text Example
White with #D42CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CE5; }
p { color: rgb(212,44,229); }
H1.HeaderClassName
{
color: #D42CE5;
}
.AnyTagClassName
{
color: #D42CE5;
}
</style>
background-color css
<style>
a { background-color: #D42CE5; }
a { background-color: rgb(212,44,229); }
div.DivClassName
{
background-color: #D42CE5;
}
.BgClassName
{
background-color: #D42CE5;
}
</style>
border-color css
<style>
span { border-color: #D42CE5; }
span { border-color: rgb(212,44,229); }
td.TdClassName
{
border-color: #D42CE5;
}
.TagClassName
{
border-color: #D42CE5;
}
</style>