#D99EE8

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

Shades of Plum #D99EE8

Tints of Plum #D99EE8

Color information

#D99EE8 (or 0xD99EE8) is unknown color: approx Plum. HEX triplet: D9, 9E and E8. RGB value is (217,158,232). Sum of RGB (Red+Green+Blue) = 217+158+232=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #D99EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EE8 is #266117. Grayscale: #B7B7B7. Windows color (decimal): -2515224 or 15245017. OLE color: 15245017.

HSL color Cylindrical-coordinate representation of color #D99EE8: hue angle of 287.84º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99EE8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217158232-
CMYK0.060.3200.09
HSL287.84º61.67%76.47%-
HSV(B)287.84º31.9%90.98%-
XYZ55.4145.0382.12-
YUV184.08155.05151.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=35.75%
G=26.03%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171582320.060.3200.09287.8461.6776.47
HexD99EE8620091203e4c
Octal33123635064001144076114
Binary110110011001111011101000110100000010011001000001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EE8; }

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

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

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

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

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

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

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

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