#D994EA

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

Shades of Plum #D994EA

Tints of Plum #D994EA

Color information

#D994EA (or 0xD994EA) is unknown color: approx Plum. HEX triplet: D9, 94 and EA. RGB value is (217,148,234). Sum of RGB (Red+Green+Blue) = 217+148+234=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #D994EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994EA is #266B15. Grayscale: #B2B2B2. Windows color (decimal): -2517782 or 15373529. OLE color: 15373529.

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

Color convert

RGB217148234-
CMYK0.070.3700.08
HSL288.14º67.19%74.9%-
HSV(B)288.14º36.75%91.76%-
XYZ54.0641.8783.07-
YUV178.44159.36155.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=36.23%
G=24.71%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171482340.070.3700.08288.1467.1974.9
HexD994EA72508120434b
Octal331224352745010440103113
Binary1101100110010100111010101111001010100010010000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994EA; }

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

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

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

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

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

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

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

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