Shades of Plum #D98FCE
Tints of Plum #D98FCE
RGB
CMYK
RGB Variations
Color information
#D98FCE (or 0xD98FCE) is known color: Plum. HEX triplet: D9, 8F and CE. RGB value is (217,143,206). Sum of RGB (Red+Green+Blue) = 217+143+206=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCE is #267031. Grayscale: #ACACAC. Windows color (decimal): -2519090 or 13537241. OLE color: 13537241.
HSL color Cylindrical-coordinate representation of color #D98FCE: hue angle of 308.92º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FCE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 206 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.15 |
| HSL | 308.92º | 0.49% | 0.71% | - |
| HSV(B) | 308.92º | 0.34% | 0.85% | - |
| XYZ | 49.58 | 38.85 | 63.28 | - |
| YUV | 172.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 206 | 0 | 0.34 | 0.05 | 0.15 | 308.92 | 0.49 | 0.71 |
| Hex | D9 | 8F | CE | 0 | 22 | 5 | F | 135 | 31 | 47 |
| Octal | 331 | 217 | 316 | 0 | 42 | 5 | 17 | 465 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11001110 | 0 | 100010 | 101 | 1111 | 100110101 | 110001 | 1000111 |
Color Harmonies of #D98FCE
Complementary color
Monochromatic Colors of #D98FCE
Black with #D98FCE
Text Example
Text Example
White with #D98FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FCE; }
p { color: rgb(217,143,206); }
H1.HeaderClassName
{
color: #D98FCE;
}
.AnyTagClassName
{
color: #D98FCE;
}
</style>
background-color css
<style>
a { background-color: #D98FCE; }
a { background-color: rgb(217,143,206); }
div.DivClassName
{
background-color: #D98FCE;
}
.BgClassName
{
background-color: #D98FCE;
}
</style>
border-color css
<style>
span { border-color: #D98FCE; }
span { border-color: rgb(217,143,206); }
td.TdClassName
{
border-color: #D98FCE;
}
.TagClassName
{
border-color: #D98FCE;
}
</style>