Shades of Plum #D98AE1
Tints of Plum #D98AE1
RGB
CMYK
RGB Variations
Color information
#D98AE1 (or 0xD98AE1) is known color: Plum. HEX triplet: D9, 8A and E1. RGB value is (217,138,225). Sum of RGB (Red+Green+Blue) = 217+138+225=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #D98AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AE1 is #26751E. Grayscale: #ABABAB. Windows color (decimal): -2520351 or 14781145. OLE color: 14781145.
HSL color Cylindrical-coordinate representation of color #D98AE1: hue angle of 294.48º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98AE1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 138 | 225 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.12 |
| HSL | 294.48º | 0.59% | 0.71% | - |
| HSV(B) | 294.48º | 0.39% | 0.88% | - |
| XYZ | 51.29 | 38.36 | 75.94 | - |
| YUV | 171.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 225 | 0.04 | 0.39 | 0 | 0.12 | 294.48 | 0.59 | 0.71 |
| Hex | D9 | 8A | E1 | 4 | 27 | 0 | C | 126 | 3B | 47 |
| Octal | 331 | 212 | 341 | 4 | 47 | 0 | 14 | 446 | 73 | 107 |
| Binary | 11011001 | 10001010 | 11100001 | 100 | 100111 | 0 | 1100 | 100100110 | 111011 | 1000111 |
Color Harmonies of #D98AE1
Complementary color
Monochromatic Colors of #D98AE1
Black with #D98AE1
Text Example
Text Example
White with #D98AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98AE1; }
p { color: rgb(217,138,225); }
H1.HeaderClassName
{
color: #D98AE1;
}
.AnyTagClassName
{
color: #D98AE1;
}
</style>
background-color css
<style>
a { background-color: #D98AE1; }
a { background-color: rgb(217,138,225); }
div.DivClassName
{
background-color: #D98AE1;
}
.BgClassName
{
background-color: #D98AE1;
}
</style>
border-color css
<style>
span { border-color: #D98AE1; }
span { border-color: rgb(217,138,225); }
td.TdClassName
{
border-color: #D98AE1;
}
.TagClassName
{
border-color: #D98AE1;
}
</style>