#D98EE9

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

Shades of Plum #D98EE9

Tints of Plum #D98EE9

Color information

#D98EE9 (or 0xD98EE9) is unknown color: approx Plum. HEX triplet: D9, 8E and E9. RGB value is (217,142,233). Sum of RGB (Red+Green+Blue) = 217+142+233=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #D98EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EE9 is #267116. Grayscale: #AEAEAE. Windows color (decimal): -2519319 or 15306457. OLE color: 15306457.

HSL color Cylindrical-coordinate representation of color #D98EE9: hue angle of 289.45º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98EE9 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217142233-
CMYK0.070.3900.09
HSL289.45º67.41%73.53%-
HSV(B)289.45º39.06%91.37%-
XYZ5339.9882.01-
YUV174.8160.85158.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 233 (91.41% from 255) = 39.36%
R=36.66%
G=23.99%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171422330.070.3900.09289.4567.4173.53
HexD98EE972709121434a
Octal331216351747011441103112
Binary1101100110001110111010011111001110100110010000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EE9; }

 p { color: rgb(217,142,233); }

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

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

 a { background-color: rgb(217,142,233); }

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

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

 span { border-color: rgb(217,142,233); }

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