Shades of Deep Magenta #D816D2
Tints of Deep Magenta #D816D2
RGB
CMYK
RGB Variations
Color information
#D816D2 (or 0xD816D2) is known color: Deep Magenta. HEX triplet: D8, 16 and D2. RGB value is (216,22,210). Sum of RGB (Red+Green+Blue) = 216+22+210=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D816D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816D2 is #27E92D. Grayscale: #646464. Windows color (decimal): -2615598 or 13768408. OLE color: 13768408.
HSL color Cylindrical-coordinate representation of color #D816D2: hue angle of 301.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816D2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.15 |
| HSL | 301.86º | 0.82% | 0.47% | - |
| HSV(B) | 301.86º | 0.9% | 0.85% | - |
| XYZ | 40.24 | 19.83 | 62.68 | - |
| YUV | 101.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 210 | 0 | 0.90 | 0.03 | 0.15 | 301.86 | 0.82 | 0.47 |
| Hex | D8 | 16 | D2 | 0 | 5A | 3 | F | 12E | 52 | 2F |
| Octal | 330 | 26 | 322 | 0 | 132 | 3 | 17 | 456 | 122 | 57 |
| Binary | 11011000 | 10110 | 11010010 | 0 | 1011010 | 11 | 1111 | 100101110 | 1010010 | 101111 |
Color Harmonies of #D816D2
Complementary color
Monochromatic Colors of #D816D2
Black with #D816D2
Text Example
Text Example
White with #D816D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816D2; }
p { color: rgb(216,22,210); }
H1.HeaderClassName
{
color: #D816D2;
}
.AnyTagClassName
{
color: #D816D2;
}
</style>
background-color css
<style>
a { background-color: #D816D2; }
a { background-color: rgb(216,22,210); }
div.DivClassName
{
background-color: #D816D2;
}
.BgClassName
{
background-color: #D816D2;
}
</style>
border-color css
<style>
span { border-color: #D816D2; }
span { border-color: rgb(216,22,210); }
td.TdClassName
{
border-color: #D816D2;
}
.TagClassName
{
border-color: #D816D2;
}
</style>