Shades of Deep Magenta #D921CE
Tints of Deep Magenta #D921CE
RGB
CMYK
RGB Variations
Color information
#D921CE (or 0xD921CE) is known color: Deep Magenta. HEX triplet: D9, 21 and CE. RGB value is (217,33,206). Sum of RGB (Red+Green+Blue) = 217+33+206=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D921CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D921CE is #26DE31. Grayscale: #6B6B6B. Windows color (decimal): -2547250 or 13509081. OLE color: 13509081.
HSL color Cylindrical-coordinate representation of color #D921CE: hue angle of 303.59º 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 #D921CE is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 206 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.15 |
| HSL | 303.59º | 0.74% | 0.49% | - |
| HSV(B) | 303.59º | 0.85% | 0.85% | - |
| XYZ | 40.3 | 20.3 | 60.19 | - |
| YUV | 107.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 206 | 0 | 0.85 | 0.05 | 0.15 | 303.59 | 0.74 | 0.49 |
| Hex | D9 | 21 | CE | 0 | 55 | 5 | F | 130 | 4A | 31 |
| Octal | 331 | 41 | 316 | 0 | 125 | 5 | 17 | 460 | 112 | 61 |
| Binary | 11011001 | 100001 | 11001110 | 0 | 1010101 | 101 | 1111 | 100110000 | 1001010 | 110001 |
Color Harmonies of #D921CE
Complementary color
Monochromatic Colors of #D921CE
Black with #D921CE
Text Example
Text Example
White with #D921CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921CE; }
p { color: rgb(217,33,206); }
H1.HeaderClassName
{
color: #D921CE;
}
.AnyTagClassName
{
color: #D921CE;
}
</style>
background-color css
<style>
a { background-color: #D921CE; }
a { background-color: rgb(217,33,206); }
div.DivClassName
{
background-color: #D921CE;
}
.BgClassName
{
background-color: #D921CE;
}
</style>
border-color css
<style>
span { border-color: #D921CE; }
span { border-color: rgb(217,33,206); }
td.TdClassName
{
border-color: #D921CE;
}
.TagClassName
{
border-color: #D921CE;
}
</style>