#D999DE

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

Shades of Plum #D999DE

Tints of Plum #D999DE

Color information

#D999DE (or 0xD999DE) is unknown color: approx Plum. HEX triplet: D9, 99 and DE. RGB value is (217,153,222). Sum of RGB (Red+Green+Blue) = 217+153+222=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D999DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DE is #266621. Grayscale: #B3B3B3. Windows color (decimal): -2516514 or 14588377. OLE color: 14588377.

HSL color Cylindrical-coordinate representation of color #D999DE: hue angle of 295.65º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D999DE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217153222-
CMYK0.020.3100.13
HSL295.65º51.11%73.53%-
HSV(B)295.65º31.08%87.06%-
XYZ53.1942.8174.57-
YUV180151.7154.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=36.66%
G=25.84%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171532220.020.3100.13295.6551.1173.53
HexD999DE21F0D128334a
Octal33123133623701545063112
Binary1101100110011001110111101011111011011001010001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999DE; }

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

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

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

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

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

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

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

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