Shades of Deep Magenta #D216B0
Tints of Deep Magenta #D216B0
RGB
CMYK
RGB Variations
Color information
#D216B0 (or 0xD216B0) is known color: Deep Magenta. HEX triplet: D2, 16 and B0. RGB value is (210,22,176). Sum of RGB (Red+Green+Blue) = 210+22+176=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D216B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216B0 is #2DE94F. Grayscale: #5F5F5F. Windows color (decimal): -3008848 or 11540178. OLE color: 11540178.
HSL color Cylindrical-coordinate representation of color #D216B0: hue angle of 310.85º 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 #D216B0 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 176 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.18 |
| HSL | 310.85º | 0.81% | 0.45% | - |
| HSV(B) | 310.85º | 0.9% | 0.82% | - |
| XYZ | 34.7 | 17.41 | 42.61 | - |
| YUV | 95.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 176 | 0 | 0.90 | 0.16 | 0.18 | 310.85 | 0.81 | 0.45 |
| Hex | D2 | 16 | B0 | 0 | 5A | 10 | 12 | 137 | 51 | 2D |
| Octal | 322 | 26 | 260 | 0 | 132 | 20 | 22 | 467 | 121 | 55 |
| Binary | 11010010 | 10110 | 10110000 | 0 | 1011010 | 10000 | 10010 | 100110111 | 1010001 | 101101 |
Color Harmonies of #D216B0
Complementary color
Monochromatic Colors of #D216B0
Black with #D216B0
Text Example
Text Example
White with #D216B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216B0; }
p { color: rgb(210,22,176); }
H1.HeaderClassName
{
color: #D216B0;
}
.AnyTagClassName
{
color: #D216B0;
}
</style>
background-color css
<style>
a { background-color: #D216B0; }
a { background-color: rgb(210,22,176); }
div.DivClassName
{
background-color: #D216B0;
}
.BgClassName
{
background-color: #D216B0;
}
</style>
border-color css
<style>
span { border-color: #D216B0; }
span { border-color: rgb(210,22,176); }
td.TdClassName
{
border-color: #D216B0;
}
.TagClassName
{
border-color: #D216B0;
}
</style>