Shades of Deep Magenta #D920BF
Tints of Deep Magenta #D920BF
RGB
CMYK
RGB Variations
Color information
#D920BF (or 0xD920BF) is known color: Deep Magenta. HEX triplet: D9, 20 and BF. RGB value is (217,32,191). Sum of RGB (Red+Green+Blue) = 217+32+191=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D920BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920BF is #26DF40. Grayscale: #686868. Windows color (decimal): -2547521 or 12525785. OLE color: 12525785.
HSL color Cylindrical-coordinate representation of color #D920BF: hue angle of 308.43º degrees, saturation: 0.74, 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 #D920BF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 191 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.15 |
| HSL | 308.43º | 0.74% | 0.49% | - |
| HSV(B) | 308.43º | 0.85% | 0.85% | - |
| XYZ | 38.54 | 19.55 | 51.03 | - |
| YUV | 105.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 191 | 0 | 0.85 | 0.12 | 0.15 | 308.43 | 0.74 | 0.49 |
| Hex | D9 | 20 | BF | 0 | 55 | C | F | 134 | 4A | 31 |
| Octal | 331 | 40 | 277 | 0 | 125 | 14 | 17 | 464 | 112 | 61 |
| Binary | 11011001 | 100000 | 10111111 | 0 | 1010101 | 1100 | 1111 | 100110100 | 1001010 | 110001 |
Color Harmonies of #D920BF
Complementary color
Monochromatic Colors of #D920BF
Black with #D920BF
Text Example
Text Example
White with #D920BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920BF; }
p { color: rgb(217,32,191); }
H1.HeaderClassName
{
color: #D920BF;
}
.AnyTagClassName
{
color: #D920BF;
}
</style>
background-color css
<style>
a { background-color: #D920BF; }
a { background-color: rgb(217,32,191); }
div.DivClassName
{
background-color: #D920BF;
}
.BgClassName
{
background-color: #D920BF;
}
</style>
border-color css
<style>
span { border-color: #D920BF; }
span { border-color: rgb(217,32,191); }
td.TdClassName
{
border-color: #D920BF;
}
.TagClassName
{
border-color: #D920BF;
}
</style>