Shades of Plum #D98FE4
Tints of Plum #D98FE4
RGB
CMYK
RGB Variations
Color information
#D98FE4 (or 0xD98FE4) is known color: Plum. HEX triplet: D9, 8F and E4. RGB value is (217,143,228). Sum of RGB (Red+Green+Blue) = 217+143+228=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #D98FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FE4 is #26701B. Grayscale: #AEAEAE. Windows color (decimal): -2519068 or 14979033. OLE color: 14979033.
HSL color Cylindrical-coordinate representation of color #D98FE4: hue angle of 292.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98FE4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 143 | 228 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.11 |
| HSL | 292.24º | 0.61% | 0.73% | - |
| HSV(B) | 292.24º | 0.37% | 0.89% | - |
| XYZ | 52.44 | 40 | 78.36 | - |
| YUV | 174.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 228 | 0.05 | 0.37 | 0 | 0.11 | 292.24 | 0.61 | 0.73 |
| Hex | D9 | 8F | E4 | 5 | 25 | 0 | B | 124 | 3D | 49 |
| Octal | 331 | 217 | 344 | 5 | 45 | 0 | 13 | 444 | 75 | 111 |
| Binary | 11011001 | 10001111 | 11100100 | 101 | 100101 | 0 | 1011 | 100100100 | 111101 | 1001001 |
Color Harmonies of #D98FE4
Complementary color
Monochromatic Colors of #D98FE4
Black with #D98FE4
Text Example
Text Example
White with #D98FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FE4; }
p { color: rgb(217,143,228); }
H1.HeaderClassName
{
color: #D98FE4;
}
.AnyTagClassName
{
color: #D98FE4;
}
</style>
background-color css
<style>
a { background-color: #D98FE4; }
a { background-color: rgb(217,143,228); }
div.DivClassName
{
background-color: #D98FE4;
}
.BgClassName
{
background-color: #D98FE4;
}
</style>
border-color css
<style>
span { border-color: #D98FE4; }
span { border-color: rgb(217,143,228); }
td.TdClassName
{
border-color: #D98FE4;
}
.TagClassName
{
border-color: #D98FE4;
}
</style>