Shades of Plum #D98EDA
Tints of Plum #D98EDA
RGB
CMYK
RGB Variations
Color information
#D98EDA (or 0xD98EDA) is known color: Plum. HEX triplet: D9, 8E and DA. RGB value is (217,142,218). Sum of RGB (Red+Green+Blue) = 217+142+218=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D98EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EDA is #267125. Grayscale: #ACACAC. Windows color (decimal): -2519334 or 14323417. OLE color: 14323417.
HSL color Cylindrical-coordinate representation of color #D98EDA: hue angle of 299.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98EDA is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 218 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.15 |
| HSL | 299.21º | 0.51% | 0.71% | - |
| HSV(B) | 299.21º | 0.35% | 0.85% | - |
| XYZ | 50.94 | 39.16 | 71.2 | - |
| YUV | 173.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 218 | 0.00 | 0.35 | 0 | 0.15 | 299.21 | 0.51 | 0.71 |
| Hex | D9 | 8E | DA | 0 | 23 | 0 | F | 12B | 33 | 47 |
| Octal | 331 | 216 | 332 | 0 | 43 | 0 | 17 | 453 | 63 | 107 |
| Binary | 11011001 | 10001110 | 11011010 | 0 | 100011 | 0 | 1111 | 100101011 | 110011 | 1000111 |
Color Harmonies of #D98EDA
Complementary color
Monochromatic Colors of #D98EDA
Black with #D98EDA
Text Example
Text Example
White with #D98EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98EDA; }
p { color: rgb(217,142,218); }
H1.HeaderClassName
{
color: #D98EDA;
}
.AnyTagClassName
{
color: #D98EDA;
}
</style>
background-color css
<style>
a { background-color: #D98EDA; }
a { background-color: rgb(217,142,218); }
div.DivClassName
{
background-color: #D98EDA;
}
.BgClassName
{
background-color: #D98EDA;
}
</style>
border-color css
<style>
span { border-color: #D98EDA; }
span { border-color: rgb(217,142,218); }
td.TdClassName
{
border-color: #D98EDA;
}
.TagClassName
{
border-color: #D98EDA;
}
</style>