#D994E0

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

Shades of Plum #D994E0

Tints of Plum #D994E0

Color information

#D994E0 (or 0xD994E0) is unknown color: approx Plum. HEX triplet: D9, 94 and E0. RGB value is (217,148,224). Sum of RGB (Red+Green+Blue) = 217+148+224=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D994E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994E0 is #266B1F. Grayscale: #B1B1B1. Windows color (decimal): -2517792 or 14718169. OLE color: 14718169.

HSL color Cylindrical-coordinate representation of color #D994E0: hue angle of 294.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D994E0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217148224-
CMYK0.030.3400.12
HSL294.47º55.07%72.94%-
HSV(B)294.47º33.93%87.84%-
XYZ52.6641.3175.72-
YUV177.3154.36156.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=36.84%
G=25.13%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171482240.030.3400.12294.4755.0772.94
HexD994E03220C1263749
Octal33122434034201444667111
Binary11011001100101001110000011100010011001001001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994E0; }

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

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

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

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

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

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

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

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