#D98EDC

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

Shades of Plum #D98EDC

Tints of Plum #D98EDC

Color information

#D98EDC (or 0xD98EDC) is unknown color: approx Plum. HEX triplet: D9, 8E and DC. RGB value is (217,142,220). Sum of RGB (Red+Green+Blue) = 217+142+220=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EDC is #267123. Grayscale: #ADADAD. Windows color (decimal): -2519332 or 14454489. OLE color: 14454489.

HSL color Cylindrical-coordinate representation of color #D98EDC: hue angle of 297.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98EDC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217142220-
CMYK0.010.3500.14
HSL297.69º52.7%70.98%-
HSV(B)297.69º35.45%86.27%-
XYZ51.2139.2772.59-
YUV173.32154.35159.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=37.48%
G=24.53%
B=38.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171422200.010.3500.14297.6952.770.98
HexD98EDC1230E12a3547
Octal33121633414301645265107
Binary1101100110001110110111001100011011101001010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EDC; }

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

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

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

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

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

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

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

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