Shades of Plum #D98DDC
Tints of Plum #D98DDC
RGB
CMYK
RGB Variations
Color information
#D98DDC (or 0xD98DDC) is known color: Plum. HEX triplet: D9, 8D and DC. RGB value is (217,141,220). Sum of RGB (Red+Green+Blue) = 217+141+220=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDC is #267223. Grayscale: #ACACAC. Windows color (decimal): -2519588 or 14454233. OLE color: 14454233.
HSL color Cylindrical-coordinate representation of color #D98DDC: hue angle of 297.72º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98DDC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 141 | 220 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.14 |
| HSL | 297.72º | 0.53% | 0.71% | - |
| HSV(B) | 297.72º | 0.36% | 0.86% | - |
| XYZ | 51.06 | 38.97 | 72.54 | - |
| YUV | 172.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 220 | 0.01 | 0.36 | 0 | 0.14 | 297.72 | 0.53 | 0.71 |
| Hex | D9 | 8D | DC | 1 | 24 | 0 | E | 12A | 35 | 47 |
| Octal | 331 | 215 | 334 | 1 | 44 | 0 | 16 | 452 | 65 | 107 |
| Binary | 11011001 | 10001101 | 11011100 | 1 | 100100 | 0 | 1110 | 100101010 | 110101 | 1000111 |
Color Harmonies of #D98DDC
Complementary color
Monochromatic Colors of #D98DDC
Black with #D98DDC
Text Example
Text Example
White with #D98DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DDC; }
p { color: rgb(217,141,220); }
H1.HeaderClassName
{
color: #D98DDC;
}
.AnyTagClassName
{
color: #D98DDC;
}
</style>
background-color css
<style>
a { background-color: #D98DDC; }
a { background-color: rgb(217,141,220); }
div.DivClassName
{
background-color: #D98DDC;
}
.BgClassName
{
background-color: #D98DDC;
}
</style>
border-color css
<style>
span { border-color: #D98DDC; }
span { border-color: rgb(217,141,220); }
td.TdClassName
{
border-color: #D98DDC;
}
.TagClassName
{
border-color: #D98DDC;
}
</style>