Shades of Plum #D998DF
Tints of Plum #D998DF
RGB
CMYK
RGB Variations
Color information
#D998DF (or 0xD998DF) is known color: Plum. HEX triplet: D9, 98 and DF. RGB value is (217,152,223). Sum of RGB (Red+Green+Blue) = 217+152+223=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D998DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998DF is #266720. Grayscale: #B3B3B3. Windows color (decimal): -2516769 or 14653657. OLE color: 14653657.
HSL color Cylindrical-coordinate representation of color #D998DF: hue angle of 294.93º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D998DF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 152 | 223 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294.93º | 0.53% | 0.74% | - |
| HSV(B) | 294.93º | 0.32% | 0.87% | - |
| XYZ | 53.16 | 42.54 | 75.22 | - |
| YUV | 179.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 223 | 0.03 | 0.32 | 0 | 0.13 | 294.93 | 0.53 | 0.74 |
| Hex | D9 | 98 | DF | 3 | 20 | 0 | D | 127 | 35 | 4A |
| Octal | 331 | 230 | 337 | 3 | 40 | 0 | 15 | 447 | 65 | 112 |
| Binary | 11011001 | 10011000 | 11011111 | 11 | 100000 | 0 | 1101 | 100100111 | 110101 | 1001010 |
Color Harmonies of #D998DF
Complementary color
Monochromatic Colors of #D998DF
Black with #D998DF
Text Example
Text Example
White with #D998DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998DF; }
p { color: rgb(217,152,223); }
H1.HeaderClassName
{
color: #D998DF;
}
.AnyTagClassName
{
color: #D998DF;
}
</style>
background-color css
<style>
a { background-color: #D998DF; }
a { background-color: rgb(217,152,223); }
div.DivClassName
{
background-color: #D998DF;
}
.BgClassName
{
background-color: #D998DF;
}
</style>
border-color css
<style>
span { border-color: #D998DF; }
span { border-color: rgb(217,152,223); }
td.TdClassName
{
border-color: #D998DF;
}
.TagClassName
{
border-color: #D998DF;
}
</style>