Shades of Deep Magenta #D216BC
Tints of Deep Magenta #D216BC
RGB
CMYK
RGB Variations
Color information
#D216BC (or 0xD216BC) is known color: Deep Magenta. HEX triplet: D2, 16 and BC. RGB value is (210,22,188). Sum of RGB (Red+Green+Blue) = 210+22+188=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D216BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216BC is #2DE943. Grayscale: #606060. Windows color (decimal): -3008836 or 12326610. OLE color: 12326610.
HSL color Cylindrical-coordinate representation of color #D216BC: hue angle of 307.02º 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 #D216BC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 188 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 307.02º | 0.81% | 0.45% | - |
| HSV(B) | 307.02º | 0.9% | 0.82% | - |
| XYZ | 35.94 | 17.91 | 49.14 | - |
| YUV | 97.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 188 | 0 | 0.90 | 0.10 | 0.18 | 307.02 | 0.81 | 0.45 |
| Hex | D2 | 16 | BC | 0 | 5A | A | 12 | 133 | 51 | 2D |
| Octal | 322 | 26 | 274 | 0 | 132 | 12 | 22 | 463 | 121 | 55 |
| Binary | 11010010 | 10110 | 10111100 | 0 | 1011010 | 1010 | 10010 | 100110011 | 1010001 | 101101 |
Color Harmonies of #D216BC
Complementary color
Monochromatic Colors of #D216BC
Black with #D216BC
Text Example
Text Example
White with #D216BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216BC; }
p { color: rgb(210,22,188); }
H1.HeaderClassName
{
color: #D216BC;
}
.AnyTagClassName
{
color: #D216BC;
}
</style>
background-color css
<style>
a { background-color: #D216BC; }
a { background-color: rgb(210,22,188); }
div.DivClassName
{
background-color: #D216BC;
}
.BgClassName
{
background-color: #D216BC;
}
</style>
border-color css
<style>
span { border-color: #D216BC; }
span { border-color: rgb(210,22,188); }
td.TdClassName
{
border-color: #D216BC;
}
.TagClassName
{
border-color: #D216BC;
}
</style>