#D994DE

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

Shades of Plum #D994DE

Tints of Plum #D994DE

Color information

#D994DE (or 0xD994DE) is unknown color: approx Plum. HEX triplet: D9, 94 and DE. RGB value is (217,148,222). Sum of RGB (Red+Green+Blue) = 217+148+222=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D994DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DE is #266B21. Grayscale: #B0B0B0. Windows color (decimal): -2517794 or 14587097. OLE color: 14587097.

HSL color Cylindrical-coordinate representation of color #D994DE: hue angle of 295.95º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D994DE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217148222-
CMYK0.020.3300.13
HSL295.95º52.86%72.55%-
HSV(B)295.95º33.33%87.06%-
XYZ52.3941.2174.3-
YUV177.07153.36156.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 148 (58.20% from 255) = 25.21%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=36.97%
G=25.21%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171482220.020.3300.13295.9552.8672.55
HexD994DE2210D1283549
Octal33122433624101545065111
Binary11011001100101001101111010100001011011001010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994DE; }

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

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

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

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

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

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

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

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