Shades of Deep Magenta #D407CA
Tints of Deep Magenta #D407CA
RGB
CMYK
RGB Variations
Color information
#D407CA (or 0xD407CA) is known color: Deep Magenta. HEX triplet: D4, 07 and CA. RGB value is (212,7,202). Sum of RGB (Red+Green+Blue) = 212+7+202=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D407CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407CA is #2BF835. Grayscale: #595959. Windows color (decimal): -2881590 or 13240276. OLE color: 13240276.
HSL color Cylindrical-coordinate representation of color #D407CA: hue angle of 302.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407CA is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.17 |
| HSL | 302.93º | 0.94% | 0.43% | - |
| HSV(B) | 302.93º | 0.97% | 0.83% | - |
| XYZ | 37.89 | 18.41 | 57.43 | - |
| YUV | 90.53 | 190.92 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 202 | 0 | 0.97 | 0.05 | 0.17 | 302.93 | 0.94 | 0.43 |
| Hex | D4 | 7 | CA | 0 | 61 | 5 | 11 | 12F | 5E | 2B |
| Octal | 324 | 7 | 312 | 0 | 141 | 5 | 21 | 457 | 136 | 53 |
| Binary | 11010100 | 111 | 11001010 | 0 | 1100001 | 101 | 10001 | 100101111 | 1011110 | 101011 |
Color Harmonies of #D407CA
Complementary color
Monochromatic Colors of #D407CA
Black with #D407CA
Text Example
Text Example
White with #D407CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407CA; }
p { color: rgb(212,7,202); }
H1.HeaderClassName
{
color: #D407CA;
}
.AnyTagClassName
{
color: #D407CA;
}
</style>
background-color css
<style>
a { background-color: #D407CA; }
a { background-color: rgb(212,7,202); }
div.DivClassName
{
background-color: #D407CA;
}
.BgClassName
{
background-color: #D407CA;
}
</style>
border-color css
<style>
span { border-color: #D407CA; }
span { border-color: rgb(212,7,202); }
td.TdClassName
{
border-color: #D407CA;
}
.TagClassName
{
border-color: #D407CA;
}
</style>