#D999E5

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

Shades of Plum #D999E5

Tints of Plum #D999E5

Color information

#D999E5 (or 0xD999E5) is unknown color: approx Plum. HEX triplet: D9, 99 and E5. RGB value is (217,153,229). Sum of RGB (Red+Green+Blue) = 217+153+229=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #D999E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999E5 is #26661A. Grayscale: #B4B4B4. Windows color (decimal): -2516507 or 15047129. OLE color: 15047129.

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

Color convert

RGB217153229-
CMYK0.050.3300.10
HSL290.53º59.38%74.9%-
HSV(B)290.53º33.19%89.8%-
XYZ54.1543.1979.61-
YUV180.8155.2153.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 153 (60.16% from 255) = 25.54%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=36.23%
G=25.54%
B=38.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171532290.050.3300.10290.5359.3874.9
HexD999E55210A1233b4b
Octal33123134554101244373113
Binary110110011001100111100101101100001010101001000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999E5; }

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

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

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

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

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

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

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

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