Shades of Deep Magenta #D42CD7
Tints of Deep Magenta #D42CD7
RGB
CMYK
RGB Variations
Color information
#D42CD7 (or 0xD42CD7) is known color: Deep Magenta. HEX triplet: D4, 2C and D7. RGB value is (212,44,215). Sum of RGB (Red+Green+Blue) = 212+44+215=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #D42CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CD7 is #2BD328. Grayscale: #717171. Windows color (decimal): -2872105 or 14101716. OLE color: 14101716.
HSL color Cylindrical-coordinate representation of color #D42CD7: hue angle of 298.95º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42CD7 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 44 | 215 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.16 |
| HSL | 298.95º | 0.68% | 0.51% | - |
| HSV(B) | 298.95º | 0.8% | 0.84% | - |
| XYZ | 40.32 | 20.7 | 66.16 | - |
| YUV | 113.73 | 185.16 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 215 | 0.01 | 0.80 | 0 | 0.16 | 298.95 | 0.68 | 0.51 |
| Hex | D4 | 2C | D7 | 1 | 50 | 0 | 10 | 12B | 44 | 33 |
| Octal | 324 | 54 | 327 | 1 | 120 | 0 | 20 | 453 | 104 | 63 |
| Binary | 11010100 | 101100 | 11010111 | 1 | 1010000 | 0 | 10000 | 100101011 | 1000100 | 110011 |
Color Harmonies of #D42CD7
Complementary color
Monochromatic Colors of #D42CD7
Black with #D42CD7
Text Example
Text Example
White with #D42CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CD7; }
p { color: rgb(212,44,215); }
H1.HeaderClassName
{
color: #D42CD7;
}
.AnyTagClassName
{
color: #D42CD7;
}
</style>
background-color css
<style>
a { background-color: #D42CD7; }
a { background-color: rgb(212,44,215); }
div.DivClassName
{
background-color: #D42CD7;
}
.BgClassName
{
background-color: #D42CD7;
}
</style>
border-color css
<style>
span { border-color: #D42CD7; }
span { border-color: rgb(212,44,215); }
td.TdClassName
{
border-color: #D42CD7;
}
.TagClassName
{
border-color: #D42CD7;
}
</style>