Shades of Deep Magenta #D42CD5
Tints of Deep Magenta #D42CD5
RGB
CMYK
RGB Variations
Color information
#D42CD5 (or 0xD42CD5) is known color: Deep Magenta. HEX triplet: D4, 2C and D5. RGB value is (212,44,213). Sum of RGB (Red+Green+Blue) = 212+44+213=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #D42CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CD5 is #2BD32A. Grayscale: #707070. Windows color (decimal): -2872107 or 13970644. OLE color: 13970644.
HSL color Cylindrical-coordinate representation of color #D42CD5: hue angle of 299.64º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CD5 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 44 | 213 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.16 |
| HSL | 299.65º | 0.67% | 0.5% | - |
| HSV(B) | 299.65º | 0.79% | 0.84% | - |
| XYZ | 40.06 | 20.6 | 64.82 | - |
| YUV | 113.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 213 | 0.00 | 0.79 | 0 | 0.16 | 299.65 | 0.67 | 0.5 |
| Hex | D4 | 2C | D5 | 0 | 4F | 0 | 10 | 12C | 43 | 32 |
| Octal | 324 | 54 | 325 | 0 | 117 | 0 | 20 | 454 | 103 | 62 |
| Binary | 11010100 | 101100 | 11010101 | 0 | 1001111 | 0 | 10000 | 100101100 | 1000011 | 110010 |
Color Harmonies of #D42CD5
Complementary color
Monochromatic Colors of #D42CD5
Black with #D42CD5
Text Example
Text Example
White with #D42CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CD5; }
p { color: rgb(212,44,213); }
H1.HeaderClassName
{
color: #D42CD5;
}
.AnyTagClassName
{
color: #D42CD5;
}
</style>
background-color css
<style>
a { background-color: #D42CD5; }
a { background-color: rgb(212,44,213); }
div.DivClassName
{
background-color: #D42CD5;
}
.BgClassName
{
background-color: #D42CD5;
}
</style>
border-color css
<style>
span { border-color: #D42CD5; }
span { border-color: rgb(212,44,213); }
td.TdClassName
{
border-color: #D42CD5;
}
.TagClassName
{
border-color: #D42CD5;
}
</style>