Shades of Plum #D98ADB
Tints of Plum #D98ADB
RGB
CMYK
RGB Variations
Color information
#D98ADB (or 0xD98ADB) is known color: Plum. HEX triplet: D9, 8A and DB. RGB value is (217,138,219). Sum of RGB (Red+Green+Blue) = 217+138+219=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D98ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADB is #267524. Grayscale: #AAAAAA. Windows color (decimal): -2520357 or 14387929. OLE color: 14387929.
HSL color Cylindrical-coordinate representation of color #D98ADB: hue angle of 298.52º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98ADB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 138 | 219 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.14 |
| HSL | 298.52º | 0.53% | 0.7% | - |
| HSV(B) | 298.52º | 0.37% | 0.86% | - |
| XYZ | 50.49 | 38.04 | 71.7 | - |
| YUV | 170.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 219 | 0.01 | 0.37 | 0 | 0.14 | 298.52 | 0.53 | 0.7 |
| Hex | D9 | 8A | DB | 1 | 25 | 0 | E | 12B | 35 | 46 |
| Octal | 331 | 212 | 333 | 1 | 45 | 0 | 16 | 453 | 65 | 106 |
| Binary | 11011001 | 10001010 | 11011011 | 1 | 100101 | 0 | 1110 | 100101011 | 110101 | 1000110 |
Color Harmonies of #D98ADB
Complementary color
Monochromatic Colors of #D98ADB
Black with #D98ADB
Text Example
Text Example
White with #D98ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98ADB; }
p { color: rgb(217,138,219); }
H1.HeaderClassName
{
color: #D98ADB;
}
.AnyTagClassName
{
color: #D98ADB;
}
</style>
background-color css
<style>
a { background-color: #D98ADB; }
a { background-color: rgb(217,138,219); }
div.DivClassName
{
background-color: #D98ADB;
}
.BgClassName
{
background-color: #D98ADB;
}
</style>
border-color css
<style>
span { border-color: #D98ADB; }
span { border-color: rgb(217,138,219); }
td.TdClassName
{
border-color: #D98ADB;
}
.TagClassName
{
border-color: #D98ADB;
}
</style>