Shades of Deep Magenta #D216BD
Tints of Deep Magenta #D216BD
RGB
CMYK
RGB Variations
Color information
#D216BD (or 0xD216BD) is known color: Deep Magenta. HEX triplet: D2, 16 and BD. RGB value is (210,22,189). Sum of RGB (Red+Green+Blue) = 210+22+189=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D216BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216BD is #2DE942. Grayscale: #606060. Windows color (decimal): -3008835 or 12392146. OLE color: 12392146.
HSL color Cylindrical-coordinate representation of color #D216BD: hue angle of 306.7º 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 #D216BD is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.7º | 0.81% | 0.45% | - |
| HSV(B) | 306.7º | 0.9% | 0.82% | - |
| XYZ | 36.05 | 17.95 | 49.71 | - |
| YUV | 97.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 189 | 0 | 0.90 | 0.10 | 0.18 | 306.7 | 0.81 | 0.45 |
| Hex | D2 | 16 | BD | 0 | 5A | A | 12 | 133 | 51 | 2D |
| Octal | 322 | 26 | 275 | 0 | 132 | 12 | 22 | 463 | 121 | 55 |
| Binary | 11010010 | 10110 | 10111101 | 0 | 1011010 | 1010 | 10010 | 100110011 | 1010001 | 101101 |
Color Harmonies of #D216BD
Complementary color
Monochromatic Colors of #D216BD
Black with #D216BD
Text Example
Text Example
White with #D216BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216BD; }
p { color: rgb(210,22,189); }
H1.HeaderClassName
{
color: #D216BD;
}
.AnyTagClassName
{
color: #D216BD;
}
</style>
background-color css
<style>
a { background-color: #D216BD; }
a { background-color: rgb(210,22,189); }
div.DivClassName
{
background-color: #D216BD;
}
.BgClassName
{
background-color: #D216BD;
}
</style>
border-color css
<style>
span { border-color: #D216BD; }
span { border-color: rgb(210,22,189); }
td.TdClassName
{
border-color: #D216BD;
}
.TagClassName
{
border-color: #D216BD;
}
</style>