Shades of Plum #D98DDB
Tints of Plum #D98DDB
RGB
CMYK
RGB Variations
Color information
#D98DDB (or 0xD98DDB) is known color: Plum. HEX triplet: D9, 8D and DB. RGB value is (217,141,219). Sum of RGB (Red+Green+Blue) = 217+141+219=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D98DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDB is #267224. Grayscale: #ACACAC. Windows color (decimal): -2519589 or 14388697. OLE color: 14388697.
HSL color Cylindrical-coordinate representation of color #D98DDB: hue angle of 298.46º degrees, saturation: 0.52, 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 #D98DDB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 141 | 219 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.14 |
| HSL | 298.46º | 0.52% | 0.71% | - |
| HSV(B) | 298.46º | 0.36% | 0.86% | - |
| XYZ | 50.93 | 38.92 | 71.85 | - |
| YUV | 172.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 219 | 0.01 | 0.36 | 0 | 0.14 | 298.46 | 0.52 | 0.71 |
| Hex | D9 | 8D | DB | 1 | 24 | 0 | E | 12A | 34 | 47 |
| Octal | 331 | 215 | 333 | 1 | 44 | 0 | 16 | 452 | 64 | 107 |
| Binary | 11011001 | 10001101 | 11011011 | 1 | 100100 | 0 | 1110 | 100101010 | 110100 | 1000111 |
Color Harmonies of #D98DDB
Complementary color
Monochromatic Colors of #D98DDB
Black with #D98DDB
Text Example
Text Example
White with #D98DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DDB; }
p { color: rgb(217,141,219); }
H1.HeaderClassName
{
color: #D98DDB;
}
.AnyTagClassName
{
color: #D98DDB;
}
</style>
background-color css
<style>
a { background-color: #D98DDB; }
a { background-color: rgb(217,141,219); }
div.DivClassName
{
background-color: #D98DDB;
}
.BgClassName
{
background-color: #D98DDB;
}
</style>
border-color css
<style>
span { border-color: #D98DDB; }
span { border-color: rgb(217,141,219); }
td.TdClassName
{
border-color: #D98DDB;
}
.TagClassName
{
border-color: #D98DDB;
}
</style>