Shades of Plum #D98FDF
Tints of Plum #D98FDF
RGB
CMYK
RGB Variations
Color information
#D98FDF (or 0xD98FDF) is known color: Plum. HEX triplet: D9, 8F and DF. RGB value is (217,143,223). Sum of RGB (Red+Green+Blue) = 217+143+223=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D98FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDF is #267020. Grayscale: #ADADAD. Windows color (decimal): -2519073 or 14651353. OLE color: 14651353.
HSL color Cylindrical-coordinate representation of color #D98FDF: hue angle of 295.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98FDF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 143 | 223 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.13 |
| HSL | 295.5º | 0.56% | 0.72% | - |
| HSV(B) | 295.5º | 0.36% | 0.87% | - |
| XYZ | 51.76 | 39.72 | 74.75 | - |
| YUV | 174.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 223 | 0.03 | 0.36 | 0 | 0.13 | 295.5 | 0.56 | 0.72 |
| Hex | D9 | 8F | DF | 3 | 24 | 0 | D | 128 | 38 | 48 |
| Octal | 331 | 217 | 337 | 3 | 44 | 0 | 15 | 450 | 70 | 110 |
| Binary | 11011001 | 10001111 | 11011111 | 11 | 100100 | 0 | 1101 | 100101000 | 111000 | 1001000 |
Color Harmonies of #D98FDF
Complementary color
Monochromatic Colors of #D98FDF
Black with #D98FDF
Text Example
Text Example
White with #D98FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FDF; }
p { color: rgb(217,143,223); }
H1.HeaderClassName
{
color: #D98FDF;
}
.AnyTagClassName
{
color: #D98FDF;
}
</style>
background-color css
<style>
a { background-color: #D98FDF; }
a { background-color: rgb(217,143,223); }
div.DivClassName
{
background-color: #D98FDF;
}
.BgClassName
{
background-color: #D98FDF;
}
</style>
border-color css
<style>
span { border-color: #D98FDF; }
span { border-color: rgb(217,143,223); }
td.TdClassName
{
border-color: #D98FDF;
}
.TagClassName
{
border-color: #D98FDF;
}
</style>