#d98eeb

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

Shades of Plum #D98EEB

Tints of Plum #D98EEB

Color information

#D98EEB (or 0xD98EEB) is unknown color: approx Plum. HEX triplet: D9, 8E and EB. RGB value is (217,142,235). Sum of RGB (Red+Green+Blue) = 217+142+235=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D98EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EEB is #267114. Grayscale: #AEAEAE. Windows color (decimal): -2519317 or 15437529. OLE color: 15437529.

HSL color Cylindrical-coordinate representation of color #D98EEB: hue angle of 288.39º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98EEB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217142235-
CMYK0.080.4000.08
HSL288.39º69.92%73.92%-
HSV(B)288.39º39.57%92.16%-
XYZ53.2840.183.53-
YUV175.03161.85157.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=36.53%
G=23.91%
B=39.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171422350.080.4000.08288.3969.9273.92
HexD98EEB82808120464a
Octal3312163531050010440106112
Binary11011001100011101110101110001010000100010010000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d98eeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d98eeb; }

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

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

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

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

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

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

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

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