#D98EEA

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

Shades of Plum #D98EEA

Tints of Plum #D98EEA

Color information

#D98EEA (or 0xD98EEA) is unknown color: approx Plum. HEX triplet: D9, 8E and EA. RGB value is (217,142,234). Sum of RGB (Red+Green+Blue) = 217+142+234=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #D98EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EEA is #267115. Grayscale: #AEAEAE. Windows color (decimal): -2519318 or 15371993. OLE color: 15371993.

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

Color convert

RGB217142234-
CMYK0.070.3900.08
HSL288.91º68.66%73.73%-
HSV(B)288.91º39.32%91.76%-
XYZ53.1440.0482.77-
YUV174.91161.35158.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=36.59%
G=23.95%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171422340.070.3900.08288.9168.6673.73
HexD98EEA72708121454a
Octal331216352747010441105112
Binary1101100110001110111010101111001110100010010000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EEA; }

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

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

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

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

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

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

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

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