Shades of Deep Magenta #D216C7
Tints of Deep Magenta #D216C7
RGB
CMYK
RGB Variations
Color information
#D216C7 (or 0xD216C7) is known color: Deep Magenta. HEX triplet: D2, 16 and C7. RGB value is (210,22,199). Sum of RGB (Red+Green+Blue) = 210+22+199=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D216C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216C7 is #2DE938. Grayscale: #616161. Windows color (decimal): -3008825 or 13047506. OLE color: 13047506.
HSL color Cylindrical-coordinate representation of color #D216C7: hue angle of 303.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216C7 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 199 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.18 |
| HSL | 303.51º | 0.81% | 0.45% | - |
| HSV(B) | 303.51º | 0.9% | 0.82% | - |
| XYZ | 37.17 | 18.4 | 55.62 | - |
| YUV | 98.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 199 | 0 | 0.90 | 0.05 | 0.18 | 303.51 | 0.81 | 0.45 |
| Hex | D2 | 16 | C7 | 0 | 5A | 5 | 12 | 130 | 51 | 2D |
| Octal | 322 | 26 | 307 | 0 | 132 | 5 | 22 | 460 | 121 | 55 |
| Binary | 11010010 | 10110 | 11000111 | 0 | 1011010 | 101 | 10010 | 100110000 | 1010001 | 101101 |
Color Harmonies of #D216C7
Complementary color
Monochromatic Colors of #D216C7
Black with #D216C7
Text Example
Text Example
White with #D216C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216C7; }
p { color: rgb(210,22,199); }
H1.HeaderClassName
{
color: #D216C7;
}
.AnyTagClassName
{
color: #D216C7;
}
</style>
background-color css
<style>
a { background-color: #D216C7; }
a { background-color: rgb(210,22,199); }
div.DivClassName
{
background-color: #D216C7;
}
.BgClassName
{
background-color: #D216C7;
}
</style>
border-color css
<style>
span { border-color: #D216C7; }
span { border-color: rgb(210,22,199); }
td.TdClassName
{
border-color: #D216C7;
}
.TagClassName
{
border-color: #D216C7;
}
</style>