#D991EA

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

Shades of Plum #D991EA

Tints of Plum #D991EA

Color information

#D991EA (or 0xD991EA) is unknown color: approx Plum. HEX triplet: D9, 91 and EA. RGB value is (217,145,234). Sum of RGB (Red+Green+Blue) = 217+145+234=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D991EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991EA is #266E15. Grayscale: #B0B0B0. Windows color (decimal): -2518550 or 15372761. OLE color: 15372761.

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

Color convert

RGB217145234-
CMYK0.070.3800.08
HSL288.54º67.94%74.31%-
HSV(B)288.54º38.03%91.76%-
XYZ53.5940.9482.92-
YUV176.67160.35156.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=36.41%
G=24.33%
B=39.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171452340.070.3800.08288.5467.9474.31
HexD991EA72608121444a
Octal331221352746010441104112
Binary1101100110010001111010101111001100100010010000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991EA; }

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

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

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

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

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

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

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

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