Shades of Deep Magenta #D921BE
Tints of Deep Magenta #D921BE
RGB
CMYK
RGB Variations
Color information
#D921BE (or 0xD921BE) is known color: Deep Magenta. HEX triplet: D9, 21 and BE. RGB value is (217,33,190). Sum of RGB (Red+Green+Blue) = 217+33+190=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D921BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D921BE is #26DE41. Grayscale: #696969. Windows color (decimal): -2547266 or 12460505. OLE color: 12460505.
HSL color Cylindrical-coordinate representation of color #D921BE: hue angle of 308.8º 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 #D921BE is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 190 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.15 |
| HSL | 308.8º | 0.74% | 0.49% | - |
| HSV(B) | 308.8º | 0.85% | 0.85% | - |
| XYZ | 38.45 | 19.56 | 50.46 | - |
| YUV | 105.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 190 | 0 | 0.85 | 0.12 | 0.15 | 308.8 | 0.74 | 0.49 |
| Hex | D9 | 21 | BE | 0 | 55 | C | F | 135 | 4A | 31 |
| Octal | 331 | 41 | 276 | 0 | 125 | 14 | 17 | 465 | 112 | 61 |
| Binary | 11011001 | 100001 | 10111110 | 0 | 1010101 | 1100 | 1111 | 100110101 | 1001010 | 110001 |
Color Harmonies of #D921BE
Complementary color
Monochromatic Colors of #D921BE
Black with #D921BE
Text Example
Text Example
White with #D921BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921BE; }
p { color: rgb(217,33,190); }
H1.HeaderClassName
{
color: #D921BE;
}
.AnyTagClassName
{
color: #D921BE;
}
</style>
background-color css
<style>
a { background-color: #D921BE; }
a { background-color: rgb(217,33,190); }
div.DivClassName
{
background-color: #D921BE;
}
.BgClassName
{
background-color: #D921BE;
}
</style>
border-color css
<style>
span { border-color: #D921BE; }
span { border-color: rgb(217,33,190); }
td.TdClassName
{
border-color: #D921BE;
}
.TagClassName
{
border-color: #D921BE;
}
</style>