Shades of Plum #D992EC
Tints of Plum #D992EC
RGB
CMYK
RGB Variations
Color information
#D992EC (or 0xD992EC) is known color: Plum. HEX triplet: D9, 92 and EC. RGB value is (217,146,236). Sum of RGB (Red+Green+Blue) = 217+146+236=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #D992EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992EC is #266D13. Grayscale: #B1B1B1. Windows color (decimal): -2518292 or 15504089. OLE color: 15504089.
HSL color Cylindrical-coordinate representation of color #D992EC: hue angle of 287.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D992EC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 146 | 236 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.07 |
| HSL | 287.33º | 0.7% | 0.75% | - |
| HSV(B) | 287.33º | 0.38% | 0.93% | - |
| XYZ | 54.03 | 41.37 | 84.49 | - |
| YUV | 177.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 236 | 0.08 | 0.38 | 0 | 0.07 | 287.33 | 0.7 | 0.75 |
| Hex | D9 | 92 | EC | 8 | 26 | 0 | 7 | 11F | 46 | 4B |
| Octal | 331 | 222 | 354 | 10 | 46 | 0 | 7 | 437 | 106 | 113 |
| Binary | 11011001 | 10010010 | 11101100 | 1000 | 100110 | 0 | 111 | 100011111 | 1000110 | 1001011 |
Color Harmonies of #D992EC
Complementary color
Monochromatic Colors of #D992EC
Black with #D992EC
Text Example
Text Example
White with #D992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992EC; }
p { color: rgb(217,146,236); }
H1.HeaderClassName
{
color: #D992EC;
}
.AnyTagClassName
{
color: #D992EC;
}
</style>
background-color css
<style>
a { background-color: #D992EC; }
a { background-color: rgb(217,146,236); }
div.DivClassName
{
background-color: #D992EC;
}
.BgClassName
{
background-color: #D992EC;
}
</style>
border-color css
<style>
span { border-color: #D992EC; }
span { border-color: rgb(217,146,236); }
td.TdClassName
{
border-color: #D992EC;
}
.TagClassName
{
border-color: #D992EC;
}
</style>