#D98EDD

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

Shades of Plum #D98EDD

Tints of Plum #D98EDD

Color information

#D98EDD (or 0xD98EDD) is unknown color: approx Plum. HEX triplet: D9, 8E and DD. RGB value is (217,142,221). Sum of RGB (Red+Green+Blue) = 217+142+221=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EDD is #267122. Grayscale: #ADADAD. Windows color (decimal): -2519331 or 14520025. OLE color: 14520025.

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

Color convert

RGB217142221-
CMYK0.020.3600.13
HSL296.96º53.74%71.18%-
HSV(B)296.96º35.75%86.67%-
XYZ51.3439.3273.29-
YUV173.43154.85159.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=37.41%
G=24.48%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171422210.020.3600.13296.9653.7471.18
HexD98EDD2240D1293647
Octal33121633524401545166107
Binary11011001100011101101110110100100011011001010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EDD; }

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

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

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

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

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

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

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

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