#D993EB

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

Shades of Plum #D993EB

Tints of Plum #D993EB

Color information

#D993EB (or 0xD993EB) is unknown color: approx Plum. HEX triplet: D9, 93 and EB. RGB value is (217,147,235). Sum of RGB (Red+Green+Blue) = 217+147+235=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #D993EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993EB is #266C14. Grayscale: #B1B1B1. Windows color (decimal): -2518037 or 15438809. OLE color: 15438809.

HSL color Cylindrical-coordinate representation of color #D993EB: hue angle of 287.73º degrees, saturation: 0.69, 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 #D993EB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217147235-
CMYK0.080.3700.08
HSL287.73º68.75%74.9%-
HSV(B)287.73º37.45%92.16%-
XYZ54.0441.6283.78-
YUV177.96160.19155.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=36.23%
G=24.54%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171472350.080.3700.08287.7368.7574.9
HexD993EB82508120454b
Octal3312233531045010440105113
Binary11011001100100111110101110001001010100010010000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993EB; }

 p { color: rgb(217,147,235); }

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

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

 a { background-color: rgb(217,147,235); }

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

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

 span { border-color: rgb(217,147,235); }

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