#D899DE

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

Shades of Plum #D899DE

Tints of Plum #D899DE

Color information

#D899DE (or 0xD899DE) is unknown color: approx Plum. HEX triplet: D8, 99 and DE. RGB value is (216,153,222). Sum of RGB (Red+Green+Blue) = 216+153+222=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D899DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DE is #276621. Grayscale: #B3B3B3. Windows color (decimal): -2582050 or 14588376. OLE color: 14588376.

HSL color Cylindrical-coordinate representation of color #D899DE: hue angle of 294.78º 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 #D899DE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216153222-
CMYK0.030.3100.13
HSL294.78º51.11%73.53%-
HSV(B)294.78º31.08%87.06%-
XYZ52.8942.6674.55-
YUV179.7151.87153.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=36.55%
G=25.89%
B=37.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161532220.030.3100.13294.7851.1173.53
HexD899DE31F0D127334a
Octal33023133633701544763112
Binary1101100010011001110111101111111011011001001111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899DE; }

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

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

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

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

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

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

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

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