#D98FE8

Color #D98FE8 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D98FE8

Tints of Plum #D98FE8

Color information

#D98FE8 (or 0xD98FE8) is unknown color: approx 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

RGB217143232-
CMYK0.060.3800.09
HSL289.89º65.93%73.53%-
HSV(B)289.89º38.36%90.98%-
XYZ5340.2281.31-
YUV175.27160.02157.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=36.66%
G=24.16%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171432320.060.3800.09289.8965.9373.53
HexD98FE862609122424a
Octal331217350646011442102112
Binary1101100110001111111010001101001100100110010001010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>