Shades of Deep Magenta #D416C7
Tints of Deep Magenta #D416C7
RGB
CMYK
RGB Variations
Color information
#D416C7 (or 0xD416C7) is known color: Deep Magenta. HEX triplet: D4, 16 and C7. RGB value is (212,22,199). Sum of RGB (Red+Green+Blue) = 212+22+199=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D416C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416C7 is #2BE938. Grayscale: #626262. Windows color (decimal): -2877753 or 13047508. OLE color: 13047508.
HSL color Cylindrical-coordinate representation of color #D416C7: hue angle of 304.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416C7 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 199 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.17 |
| HSL | 304.11º | 0.81% | 0.46% | - |
| HSV(B) | 304.11º | 0.9% | 0.83% | - |
| XYZ | 37.75 | 18.69 | 55.65 | - |
| YUV | 98.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 199 | 0 | 0.90 | 0.06 | 0.17 | 304.11 | 0.81 | 0.46 |
| Hex | D4 | 16 | C7 | 0 | 5A | 6 | 11 | 130 | 51 | 2E |
| Octal | 324 | 26 | 307 | 0 | 132 | 6 | 21 | 460 | 121 | 56 |
| Binary | 11010100 | 10110 | 11000111 | 0 | 1011010 | 110 | 10001 | 100110000 | 1010001 | 101110 |
Color Harmonies of #D416C7
Complementary color
Monochromatic Colors of #D416C7
Black with #D416C7
Text Example
Text Example
White with #D416C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416C7; }
p { color: rgb(212,22,199); }
H1.HeaderClassName
{
color: #D416C7;
}
.AnyTagClassName
{
color: #D416C7;
}
</style>
background-color css
<style>
a { background-color: #D416C7; }
a { background-color: rgb(212,22,199); }
div.DivClassName
{
background-color: #D416C7;
}
.BgClassName
{
background-color: #D416C7;
}
</style>
border-color css
<style>
span { border-color: #D416C7; }
span { border-color: rgb(212,22,199); }
td.TdClassName
{
border-color: #D416C7;
}
.TagClassName
{
border-color: #D416C7;
}
</style>