#D98FDE

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

Shades of Plum #D98FDE

Tints of Plum #D98FDE

Color information

#D98FDE (or 0xD98FDE) is unknown color: approx Plum. HEX triplet: D9, 8F and DE. RGB value is (217,143,222). Sum of RGB (Red+Green+Blue) = 217+143+222=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDE is #267021. Grayscale: #ADADAD. Windows color (decimal): -2519074 or 14585817. OLE color: 14585817.

HSL color Cylindrical-coordinate representation of color #D98FDE: hue angle of 296.2º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98FDE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217143222-
CMYK0.020.3600.13
HSL296.2º54.48%71.57%-
HSV(B)296.2º35.59%87.06%-
XYZ51.6239.6774.04-
YUV174.13155.02158.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=37.29%
G=24.57%
B=38.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171432220.020.3600.13296.254.4871.57
HexD98FDE2240D1283648
Octal33121733624401545066110
Binary11011001100011111101111010100100011011001010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FDE; }

 p { color: rgb(217,143,222); }

 H1.HeaderClassName
 {
   color: #D98FDE;
 }
 .AnyTagClassName
 {
   color: #D98FDE;
 }
</style>
background-color css

<style>
 a { background-color: #D98FDE; }

 a { background-color: rgb(217,143,222); }

 div.DivClassName
 {
   background-color: #D98FDE;
 }
 .BgClassName
 {
   background-color: #D98FDE;
 }
</style>
border-color css

<style>
 span { border-color: #D98FDE; }

 span { border-color: rgb(217,143,222); }

 td.TdClassName
 {
   border-color: #D98FDE;
 }
 .TagClassName
 {
   border-color: #D98FDE;
 }
</style>