Shades of Deep Magenta #D216B7
Tints of Deep Magenta #D216B7
RGB
CMYK
RGB Variations
Color information
#D216B7 (or 0xD216B7) is known color: Deep Magenta. HEX triplet: D2, 16 and B7. RGB value is (210,22,183). Sum of RGB (Red+Green+Blue) = 210+22+183=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D216B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216B7 is #2DE948. Grayscale: #606060. Windows color (decimal): -3008841 or 11998930. OLE color: 11998930.
HSL color Cylindrical-coordinate representation of color #D216B7: hue angle of 308.62º 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 #D216B7 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 183 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.18 |
| HSL | 308.62º | 0.81% | 0.45% | - |
| HSV(B) | 308.62º | 0.9% | 0.82% | - |
| XYZ | 35.41 | 17.69 | 46.35 | - |
| YUV | 96.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 183 | 0 | 0.90 | 0.13 | 0.18 | 308.62 | 0.81 | 0.45 |
| Hex | D2 | 16 | B7 | 0 | 5A | D | 12 | 135 | 51 | 2D |
| Octal | 322 | 26 | 267 | 0 | 132 | 15 | 22 | 465 | 121 | 55 |
| Binary | 11010010 | 10110 | 10110111 | 0 | 1011010 | 1101 | 10010 | 100110101 | 1010001 | 101101 |
Color Harmonies of #D216B7
Complementary color
Monochromatic Colors of #D216B7
Black with #D216B7
Text Example
Text Example
White with #D216B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216B7; }
p { color: rgb(210,22,183); }
H1.HeaderClassName
{
color: #D216B7;
}
.AnyTagClassName
{
color: #D216B7;
}
</style>
background-color css
<style>
a { background-color: #D216B7; }
a { background-color: rgb(210,22,183); }
div.DivClassName
{
background-color: #D216B7;
}
.BgClassName
{
background-color: #D216B7;
}
</style>
border-color css
<style>
span { border-color: #D216B7; }
span { border-color: rgb(210,22,183); }
td.TdClassName
{
border-color: #D216B7;
}
.TagClassName
{
border-color: #D216B7;
}
</style>