#D99AE1

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

Shades of Plum #D99AE1

Tints of Plum #D99AE1

Color information

#D99AE1 (or 0xD99AE1) is unknown color: approx Plum. HEX triplet: D9, 9A and E1. RGB value is (217,154,225). Sum of RGB (Red+Green+Blue) = 217+154+225=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D99AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AE1 is #26651E. Grayscale: #B4B4B4. Windows color (decimal): -2516255 or 14785241. OLE color: 14785241.

HSL color Cylindrical-coordinate representation of color #D99AE1: hue angle of 293.24º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99AE1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217154225-
CMYK0.040.3200.12
HSL293.24º54.2%74.31%-
HSV(B)293.24º31.56%88.24%-
XYZ53.7643.376.76-
YUV180.93152.87153.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=36.41%
G=25.84%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171542250.040.3200.12293.2454.274.31
HexD99AE14200C125364a
Octal33123234144001444566112
Binary110110011001101011100001100100000011001001001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AE1; }

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

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

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

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

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

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

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

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