Shades of Deep Magenta #D216B8
Tints of Deep Magenta #D216B8
RGB
CMYK
RGB Variations
Color information
#D216B8 (or 0xD216B8) is known color: Deep Magenta. HEX triplet: D2, 16 and B8. RGB value is (210,22,184). Sum of RGB (Red+Green+Blue) = 210+22+184=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D216B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216B8 is #2DE947. Grayscale: #606060. Windows color (decimal): -3008840 or 12064466. OLE color: 12064466.
HSL color Cylindrical-coordinate representation of color #D216B8: hue angle of 308.3º 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 #D216B8 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 184 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.18 |
| HSL | 308.3º | 0.81% | 0.45% | - |
| HSV(B) | 308.3º | 0.9% | 0.82% | - |
| XYZ | 35.52 | 17.74 | 46.9 | - |
| YUV | 96.68 | 177.28 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 184 | 0 | 0.90 | 0.12 | 0.18 | 308.3 | 0.81 | 0.45 |
| Hex | D2 | 16 | B8 | 0 | 5A | C | 12 | 134 | 51 | 2D |
| Octal | 322 | 26 | 270 | 0 | 132 | 14 | 22 | 464 | 121 | 55 |
| Binary | 11010010 | 10110 | 10111000 | 0 | 1011010 | 1100 | 10010 | 100110100 | 1010001 | 101101 |
Color Harmonies of #D216B8
Complementary color
Monochromatic Colors of #D216B8
Black with #D216B8
Text Example
Text Example
White with #D216B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216B8; }
p { color: rgb(210,22,184); }
H1.HeaderClassName
{
color: #D216B8;
}
.AnyTagClassName
{
color: #D216B8;
}
</style>
background-color css
<style>
a { background-color: #D216B8; }
a { background-color: rgb(210,22,184); }
div.DivClassName
{
background-color: #D216B8;
}
.BgClassName
{
background-color: #D216B8;
}
</style>
border-color css
<style>
span { border-color: #D216B8; }
span { border-color: rgb(210,22,184); }
td.TdClassName
{
border-color: #D216B8;
}
.TagClassName
{
border-color: #D216B8;
}
</style>