Shades of Deep Magenta #D821BD
Tints of Deep Magenta #D821BD
RGB
CMYK
RGB Variations
Color information
#D821BD (or 0xD821BD) is known color: Deep Magenta. HEX triplet: D8, 21 and BD. RGB value is (216,33,189). Sum of RGB (Red+Green+Blue) = 216+33+189=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D821BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821BD is #27DE42. Grayscale: #696969. Windows color (decimal): -2612803 or 12394968. OLE color: 12394968.
HSL color Cylindrical-coordinate representation of color #D821BD: hue angle of 308.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821BD is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 189 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.15 |
| HSL | 308.85º | 0.73% | 0.49% | - |
| HSV(B) | 308.85º | 0.85% | 0.85% | - |
| XYZ | 38.05 | 19.36 | 49.88 | - |
| YUV | 105.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 189 | 0 | 0.85 | 0.12 | 0.15 | 308.85 | 0.73 | 0.49 |
| Hex | D8 | 21 | BD | 0 | 55 | C | F | 135 | 49 | 31 |
| Octal | 330 | 41 | 275 | 0 | 125 | 14 | 17 | 465 | 111 | 61 |
| Binary | 11011000 | 100001 | 10111101 | 0 | 1010101 | 1100 | 1111 | 100110101 | 1001001 | 110001 |
Color Harmonies of #D821BD
Complementary color
Monochromatic Colors of #D821BD
Black with #D821BD
Text Example
Text Example
White with #D821BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D821BD; }
p { color: rgb(216,33,189); }
H1.HeaderClassName
{
color: #D821BD;
}
.AnyTagClassName
{
color: #D821BD;
}
</style>
background-color css
<style>
a { background-color: #D821BD; }
a { background-color: rgb(216,33,189); }
div.DivClassName
{
background-color: #D821BD;
}
.BgClassName
{
background-color: #D821BD;
}
</style>
border-color css
<style>
span { border-color: #D821BD; }
span { border-color: rgb(216,33,189); }
td.TdClassName
{
border-color: #D821BD;
}
.TagClassName
{
border-color: #D821BD;
}
</style>