#D899E5

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

Shades of Plum #D899E5

Tints of Plum #D899E5

Color information

#D899E5 (or 0xD899E5) is unknown color: approx Plum. HEX triplet: D8, 99 and E5. RGB value is (216,153,229). Sum of RGB (Red+Green+Blue) = 216+153+229=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #D899E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899E5 is #27661A. Grayscale: #B4B4B4. Windows color (decimal): -2582043 or 15047128. OLE color: 15047128.

HSL color Cylindrical-coordinate representation of color #D899E5: hue angle of 289.74º 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 #D899E5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216153229-
CMYK0.060.3300.10
HSL289.74º59.38%74.9%-
HSV(B)289.74º33.19%89.8%-
XYZ53.8543.0479.6-
YUV180.5155.37153.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 229 (89.84% from 255) = 38.29%
R=36.12%
G=25.59%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161532290.060.3300.10289.7459.3874.9
HexD899E56210A1223b4b
Octal33023134564101244273113
Binary110110001001100111100101110100001010101001000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899E5; }

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

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

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

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

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

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

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

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