#D98ADE

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

Shades of Plum #D98ADE

Tints of Plum #D98ADE

Color information

#D98ADE (or 0xD98ADE) is unknown color: approx Plum. HEX triplet: D9, 8A and DE. RGB value is (217,138,222). Sum of RGB (Red+Green+Blue) = 217+138+222=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADE is #267521. Grayscale: #AAAAAA. Windows color (decimal): -2520354 or 14584537. OLE color: 14584537.

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

Color convert

RGB217138222-
CMYK0.020.3800.13
HSL296.43º56%70.59%-
HSV(B)296.43º37.84%87.06%-
XYZ50.8938.273.8-
YUV171.2156.67160.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=37.61%
G=23.92%
B=38.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171382220.020.3800.13296.435670.59
HexD98ADE2260D1283847
Octal33121233624601545070107
Binary11011001100010101101111010100110011011001010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ADE; }

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

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

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

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

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

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

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

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