#D99DE5

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

Shades of Plum #D99DE5

Tints of Plum #D99DE5

Color information

#D99DE5 (or 0xD99DE5) is unknown color: approx Plum. HEX triplet: D9, 9D and E5. RGB value is (217,157,229). Sum of RGB (Red+Green+Blue) = 217+157+229=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DE5 is #26621A. Grayscale: #B6B6B6. Windows color (decimal): -2515483 or 15048153. OLE color: 15048153.

HSL color Cylindrical-coordinate representation of color #D99DE5: hue angle of 290º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99DE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217157229-
CMYK0.050.3100.10
HSL290º58.06%75.69%-
HSV(B)290º31.44%89.8%-
XYZ54.8244.5279.83-
YUV183.15153.88152.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=35.99%
G=26.04%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171572290.050.3100.1029058.0675.69
HexD99DE551F0A1223a4c
Octal33123534553701244272114
Binary11011001100111011110010110111111010101001000101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DE5; }

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

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

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

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

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

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

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

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