#D99AEA

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

Shades of Plum #D99AEA

Tints of Plum #D99AEA

Color information

#D99AEA (or 0xD99AEA) is unknown color: approx Plum. HEX triplet: D9, 9A and EA. RGB value is (217,154,234). Sum of RGB (Red+Green+Blue) = 217+154+234=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AEA is #266515. Grayscale: #B5B5B5. Windows color (decimal): -2516246 or 15375065. OLE color: 15375065.

HSL color Cylindrical-coordinate representation of color #D99AEA: hue angle of 287.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99AEA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217154234-
CMYK0.070.3400.08
HSL287.25º65.57%76.08%-
HSV(B)287.25º34.19%91.76%-
XYZ55.0243.883.4-
YUV181.96157.37153-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=35.87%
G=25.45%
B=38.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171542340.070.3400.08287.2565.5776.08
HexD99AEA7220811f424c
Octal331232352742010437102114
Binary1101100110011010111010101111000100100010001111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AEA; }

 p { color: rgb(217,154,234); }

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

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

 a { background-color: rgb(217,154,234); }

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

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

 span { border-color: rgb(217,154,234); }

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