#D99ED8

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

Shades of Plum #D99ED8

Tints of Plum #D99ED8

Color information

#D99ED8 (or 0xD99ED8) is unknown color: approx Plum. HEX triplet: D9, 9E and D8. RGB value is (217,158,216). Sum of RGB (Red+Green+Blue) = 217+158+216=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED8 is #266127. Grayscale: #B6B6B6. Windows color (decimal): -2515240 or 14196441. OLE color: 14196441.

HSL color Cylindrical-coordinate representation of color #D99ED8: hue angle of 301.02º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ED8 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217158216-
CMYK00.270.000.15
HSL301.02º43.7%73.53%-
HSV(B)301.02º27.19%85.1%-
XYZ53.2444.1670.68-
YUV182.25147.05152.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=36.72%
G=26.73%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715821600.270.000.15301.0243.773.53
HexD99ED801B0F12d2c4a
Octal33123633003301745554112
Binary110110011001111011011000011011011111001011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ED8; }

 p { color: rgb(217,158,216); }

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

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

 a { background-color: rgb(217,158,216); }

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

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

 span { border-color: rgb(217,158,216); }

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