Shades of Plum #D98FCF
Tints of Plum #D98FCF
RGB
CMYK
RGB Variations
Color information
#D98FCF (or 0xD98FCF) is known color: Plum. HEX triplet: D9, 8F and CF. RGB value is (217,143,207). Sum of RGB (Red+Green+Blue) = 217+143+207=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCF is #267030. Grayscale: #ACACAC. Windows color (decimal): -2519089 or 13602777. OLE color: 13602777.
HSL color Cylindrical-coordinate representation of color #D98FCF: hue angle of 308.11º 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 #D98FCF is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 207 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.15 |
| HSL | 308.11º | 0.49% | 0.71% | - |
| HSV(B) | 308.11º | 0.34% | 0.85% | - |
| XYZ | 49.7 | 38.9 | 63.92 | - |
| YUV | 172.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 207 | 0 | 0.34 | 0.05 | 0.15 | 308.11 | 0.49 | 0.71 |
| Hex | D9 | 8F | CF | 0 | 22 | 5 | F | 134 | 31 | 47 |
| Octal | 331 | 217 | 317 | 0 | 42 | 5 | 17 | 464 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11001111 | 0 | 100010 | 101 | 1111 | 100110100 | 110001 | 1000111 |
Color Harmonies of #D98FCF
Complementary color
Monochromatic Colors of #D98FCF
Black with #D98FCF
Text Example
Text Example
White with #D98FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FCF; }
p { color: rgb(217,143,207); }
H1.HeaderClassName
{
color: #D98FCF;
}
.AnyTagClassName
{
color: #D98FCF;
}
</style>
background-color css
<style>
a { background-color: #D98FCF; }
a { background-color: rgb(217,143,207); }
div.DivClassName
{
background-color: #D98FCF;
}
.BgClassName
{
background-color: #D98FCF;
}
</style>
border-color css
<style>
span { border-color: #D98FCF; }
span { border-color: rgb(217,143,207); }
td.TdClassName
{
border-color: #D98FCF;
}
.TagClassName
{
border-color: #D98FCF;
}
</style>