#D99DE7

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

Shades of Plum #D99DE7

Tints of Plum #D99DE7

Color information

#D99DE7 (or 0xD99DE7) is unknown color: approx Plum. HEX triplet: D9, 9D and E7. RGB value is (217,157,231). Sum of RGB (Red+Green+Blue) = 217+157+231=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #D99DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DE7 is #266218. Grayscale: #B7B7B7. Windows color (decimal): -2515481 or 15179225. OLE color: 15179225.

HSL color Cylindrical-coordinate representation of color #D99DE7: hue angle of 288.65º degrees, saturation: 0.61, 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 #D99DE7 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217157231-
CMYK0.060.3200.09
HSL288.65º60.66%76.08%-
HSV(B)288.65º32.03%90.59%-
XYZ55.144.6481.31-
YUV183.38154.88151.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=35.87%
G=25.95%
B=38.18%

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
Decimal2171572310.060.3200.09288.6560.6676.08
HexD99DE7620091213d4c
Octal33123534764001144175114
Binary110110011001110111100111110100000010011001000011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DE7; }

 p { color: rgb(217,157,231); }

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

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

 a { background-color: rgb(217,157,231); }

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

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

 span { border-color: rgb(217,157,231); }

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