Shades of Deep Magenta #D216CF
Tints of Deep Magenta #D216CF
RGB
CMYK
RGB Variations
Color information
#D216CF (or 0xD216CF) is known color: Deep Magenta. HEX triplet: D2, 16 and CF. RGB value is (210,22,207). Sum of RGB (Red+Green+Blue) = 210+22+207=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D216CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216CF is #2DE930. Grayscale: #626262. Windows color (decimal): -3008817 or 13571794. OLE color: 13571794.
HSL color Cylindrical-coordinate representation of color #D216CF: hue angle of 300.96º 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 #D216CF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.18 |
| HSL | 300.96º | 0.81% | 0.45% | - |
| HSV(B) | 300.96º | 0.9% | 0.82% | - |
| XYZ | 38.13 | 18.78 | 60.65 | - |
| YUV | 99.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 207 | 0 | 0.90 | 0.01 | 0.18 | 300.96 | 0.81 | 0.45 |
| Hex | D2 | 16 | CF | 0 | 5A | 1 | 12 | 12D | 51 | 2D |
| Octal | 322 | 26 | 317 | 0 | 132 | 1 | 22 | 455 | 121 | 55 |
| Binary | 11010010 | 10110 | 11001111 | 0 | 1011010 | 1 | 10010 | 100101101 | 1010001 | 101101 |
Color Harmonies of #D216CF
Complementary color
Monochromatic Colors of #D216CF
Black with #D216CF
Text Example
Text Example
White with #D216CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216CF; }
p { color: rgb(210,22,207); }
H1.HeaderClassName
{
color: #D216CF;
}
.AnyTagClassName
{
color: #D216CF;
}
</style>
background-color css
<style>
a { background-color: #D216CF; }
a { background-color: rgb(210,22,207); }
div.DivClassName
{
background-color: #D216CF;
}
.BgClassName
{
background-color: #D216CF;
}
</style>
border-color css
<style>
span { border-color: #D216CF; }
span { border-color: rgb(210,22,207); }
td.TdClassName
{
border-color: #D216CF;
}
.TagClassName
{
border-color: #D216CF;
}
</style>