Shades of Plum #D998DE
Tints of Plum #D998DE
RGB
CMYK
RGB Variations
Color information
#D998DE (or 0xD998DE) is known color: Plum. HEX triplet: D9, 98 and DE. RGB value is (217,152,222). Sum of RGB (Red+Green+Blue) = 217+152+222=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D998DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998DE is #266721. Grayscale: #B3B3B3. Windows color (decimal): -2516770 or 14588121. OLE color: 14588121.
HSL color Cylindrical-coordinate representation of color #D998DE: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D998DE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 152 | 222 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 295.71º | 0.51% | 0.73% | - |
| HSV(B) | 295.71º | 0.32% | 0.87% | - |
| XYZ | 53.03 | 42.48 | 74.51 | - |
| YUV | 179.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 222 | 0.02 | 0.32 | 0 | 0.13 | 295.71 | 0.51 | 0.73 |
| Hex | D9 | 98 | DE | 2 | 20 | 0 | D | 128 | 33 | 49 |
| Octal | 331 | 230 | 336 | 2 | 40 | 0 | 15 | 450 | 63 | 111 |
| Binary | 11011001 | 10011000 | 11011110 | 10 | 100000 | 0 | 1101 | 100101000 | 110011 | 1001001 |
Color Harmonies of #D998DE
Complementary color
Monochromatic Colors of #D998DE
Black with #D998DE
Text Example
Text Example
White with #D998DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998DE; }
p { color: rgb(217,152,222); }
H1.HeaderClassName
{
color: #D998DE;
}
.AnyTagClassName
{
color: #D998DE;
}
</style>
background-color css
<style>
a { background-color: #D998DE; }
a { background-color: rgb(217,152,222); }
div.DivClassName
{
background-color: #D998DE;
}
.BgClassName
{
background-color: #D998DE;
}
</style>
border-color css
<style>
span { border-color: #D998DE; }
span { border-color: rgb(217,152,222); }
td.TdClassName
{
border-color: #D998DE;
}
.TagClassName
{
border-color: #D998DE;
}
</style>