Shades of Deep Magenta #D928CE
Tints of Deep Magenta #D928CE
RGB
CMYK
RGB Variations
Color information
#D928CE (or 0xD928CE) is known color: Deep Magenta. HEX triplet: D9, 28 and CE. RGB value is (217,40,206). Sum of RGB (Red+Green+Blue) = 217+40+206=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D928CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928CE is #26D731. Grayscale: #6F6F6F. Windows color (decimal): -2545458 or 13510873. OLE color: 13510873.
HSL color Cylindrical-coordinate representation of color #D928CE: hue angle of 303.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928CE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 206 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.15 |
| HSL | 303.73º | 0.7% | 0.5% | - |
| HSV(B) | 303.73º | 0.82% | 0.85% | - |
| XYZ | 40.51 | 20.73 | 60.26 | - |
| YUV | 111.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 206 | 0 | 0.82 | 0.05 | 0.15 | 303.73 | 0.7 | 0.5 |
| Hex | D9 | 28 | CE | 0 | 52 | 5 | F | 130 | 46 | 32 |
| Octal | 331 | 50 | 316 | 0 | 122 | 5 | 17 | 460 | 106 | 62 |
| Binary | 11011001 | 101000 | 11001110 | 0 | 1010010 | 101 | 1111 | 100110000 | 1000110 | 110010 |
Color Harmonies of #D928CE
Complementary color
Monochromatic Colors of #D928CE
Black with #D928CE
Text Example
Text Example
White with #D928CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928CE; }
p { color: rgb(217,40,206); }
H1.HeaderClassName
{
color: #D928CE;
}
.AnyTagClassName
{
color: #D928CE;
}
</style>
background-color css
<style>
a { background-color: #D928CE; }
a { background-color: rgb(217,40,206); }
div.DivClassName
{
background-color: #D928CE;
}
.BgClassName
{
background-color: #D928CE;
}
</style>
border-color css
<style>
span { border-color: #D928CE; }
span { border-color: rgb(217,40,206); }
td.TdClassName
{
border-color: #D928CE;
}
.TagClassName
{
border-color: #D928CE;
}
</style>