#D98BDE

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

Shades of Plum #D98BDE

Tints of Plum #D98BDE

Color information

#D98BDE (or 0xD98BDE) is unknown color: approx Plum. HEX triplet: D9, 8B and DE. RGB value is (217,139,222). Sum of RGB (Red+Green+Blue) = 217+139+222=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDE is #267421. Grayscale: #ABABAB. Windows color (decimal): -2520098 or 14584793. OLE color: 14584793.

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

Color convert

RGB217139222-
CMYK0.020.3700.13
HSL296.39º55.7%70.78%-
HSV(B)296.39º37.39%87.06%-
XYZ51.0338.4973.85-
YUV171.78156.34160.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=37.54%
G=24.05%
B=38.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171392220.020.3700.13296.3955.770.78
HexD98BDE2250D1283847
Octal33121333624501545070107
Binary11011001100010111101111010100101011011001010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BDE; }

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

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

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

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

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

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

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

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