Shades of Plum #D98FE8
Tints of Plum #D98FE8
RGB
CMYK
RGB Variations
Color information
#D98FE8 (or 0xD98FE8) is known color: Plum. HEX triplet: D9, 8F and E8. RGB value is (217,143,232). Sum of RGB (Red+Green+Blue) = 217+143+232=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #D98FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FE8 is #267017. Grayscale: #AEAEAE. Windows color (decimal): -2519064 or 15241177. OLE color: 15241177.
HSL color Cylindrical-coordinate representation of color #D98FE8: hue angle of 289.89º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98FE8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 143 | 232 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.09 |
| HSL | 289.89º | 0.66% | 0.74% | - |
| HSV(B) | 289.89º | 0.38% | 0.91% | - |
| XYZ | 53 | 40.22 | 81.31 | - |
| YUV | 175.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 232 | 0.06 | 0.38 | 0 | 0.09 | 289.89 | 0.66 | 0.74 |
| Hex | D9 | 8F | E8 | 6 | 26 | 0 | 9 | 122 | 42 | 4A |
| Octal | 331 | 217 | 350 | 6 | 46 | 0 | 11 | 442 | 102 | 112 |
| Binary | 11011001 | 10001111 | 11101000 | 110 | 100110 | 0 | 1001 | 100100010 | 1000010 | 1001010 |
Color Harmonies of #D98FE8
Complementary color
Monochromatic Colors of #D98FE8
Black with #D98FE8
Text Example
Text Example
White with #D98FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FE8; }
p { color: rgb(217,143,232); }
H1.HeaderClassName
{
color: #D98FE8;
}
.AnyTagClassName
{
color: #D98FE8;
}
</style>
background-color css
<style>
a { background-color: #D98FE8; }
a { background-color: rgb(217,143,232); }
div.DivClassName
{
background-color: #D98FE8;
}
.BgClassName
{
background-color: #D98FE8;
}
</style>
border-color css
<style>
span { border-color: #D98FE8; }
span { border-color: rgb(217,143,232); }
td.TdClassName
{
border-color: #D98FE8;
}
.TagClassName
{
border-color: #D98FE8;
}
</style>