Shades of Deep Magenta #D216B9
Tints of Deep Magenta #D216B9
RGB
CMYK
RGB Variations
Color information
#D216B9 (or 0xD216B9) is known color: Deep Magenta. HEX triplet: D2, 16 and B9. RGB value is (210,22,185). Sum of RGB (Red+Green+Blue) = 210+22+185=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D216B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216B9 is #2DE946. Grayscale: #606060. Windows color (decimal): -3008839 or 12130002. OLE color: 12130002.
HSL color Cylindrical-coordinate representation of color #D216B9: hue angle of 307.98º 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 #D216B9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 185 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.18 |
| HSL | 307.98º | 0.81% | 0.45% | - |
| HSV(B) | 307.98º | 0.9% | 0.82% | - |
| XYZ | 35.62 | 17.78 | 47.45 | - |
| YUV | 96.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 185 | 0 | 0.90 | 0.12 | 0.18 | 307.98 | 0.81 | 0.45 |
| Hex | D2 | 16 | B9 | 0 | 5A | C | 12 | 134 | 51 | 2D |
| Octal | 322 | 26 | 271 | 0 | 132 | 14 | 22 | 464 | 121 | 55 |
| Binary | 11010010 | 10110 | 10111001 | 0 | 1011010 | 1100 | 10010 | 100110100 | 1010001 | 101101 |
Color Harmonies of #D216B9
Complementary color
Monochromatic Colors of #D216B9
Black with #D216B9
Text Example
Text Example
White with #D216B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216B9; }
p { color: rgb(210,22,185); }
H1.HeaderClassName
{
color: #D216B9;
}
.AnyTagClassName
{
color: #D216B9;
}
</style>
background-color css
<style>
a { background-color: #D216B9; }
a { background-color: rgb(210,22,185); }
div.DivClassName
{
background-color: #D216B9;
}
.BgClassName
{
background-color: #D216B9;
}
</style>
border-color css
<style>
span { border-color: #D216B9; }
span { border-color: rgb(210,22,185); }
td.TdClassName
{
border-color: #D216B9;
}
.TagClassName
{
border-color: #D216B9;
}
</style>