Shades of Plum #D98DCD
Tints of Plum #D98DCD
RGB
CMYK
RGB Variations
Color information
#D98DCD (or 0xD98DCD) is known color: Plum. HEX triplet: D9, 8D and CD. RGB value is (217,141,205). Sum of RGB (Red+Green+Blue) = 217+141+205=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCD is #267232. Grayscale: #AAAAAA. Windows color (decimal): -2519603 or 13471193. OLE color: 13471193.
HSL color Cylindrical-coordinate representation of color #D98DCD: hue angle of 309.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DCD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 205 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 309.47º | 0.5% | 0.7% | - |
| HSV(B) | 309.47º | 0.35% | 0.85% | - |
| XYZ | 49.16 | 38.21 | 62.54 | - |
| YUV | 171.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 205 | 0 | 0.35 | 0.06 | 0.15 | 309.47 | 0.5 | 0.7 |
| Hex | D9 | 8D | CD | 0 | 23 | 6 | F | 135 | 32 | 46 |
| Octal | 331 | 215 | 315 | 0 | 43 | 6 | 17 | 465 | 62 | 106 |
| Binary | 11011001 | 10001101 | 11001101 | 0 | 100011 | 110 | 1111 | 100110101 | 110010 | 1000110 |
Color Harmonies of #D98DCD
Complementary color
Monochromatic Colors of #D98DCD
Black with #D98DCD
Text Example
Text Example
White with #D98DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DCD; }
p { color: rgb(217,141,205); }
H1.HeaderClassName
{
color: #D98DCD;
}
.AnyTagClassName
{
color: #D98DCD;
}
</style>
background-color css
<style>
a { background-color: #D98DCD; }
a { background-color: rgb(217,141,205); }
div.DivClassName
{
background-color: #D98DCD;
}
.BgClassName
{
background-color: #D98DCD;
}
</style>
border-color css
<style>
span { border-color: #D98DCD; }
span { border-color: rgb(217,141,205); }
td.TdClassName
{
border-color: #D98DCD;
}
.TagClassName
{
border-color: #D98DCD;
}
</style>