#D993E0

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

Shades of Plum #D993E0

Tints of Plum #D993E0

Color information

#D993E0 (or 0xD993E0) is unknown color: approx Plum. HEX triplet: D9, 93 and E0. RGB value is (217,147,224). Sum of RGB (Red+Green+Blue) = 217+147+224=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #D993E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993E0 is #266C1F. Grayscale: #B0B0B0. Windows color (decimal): -2518048 or 14717913. OLE color: 14717913.

HSL color Cylindrical-coordinate representation of color #D993E0: hue angle of 294.55º 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 #D993E0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217147224-
CMYK0.030.3400.12
HSL294.55º55.4%72.75%-
HSV(B)294.55º34.38%87.84%-
XYZ52.54175.67-
YUV176.71154.69156.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=36.90%
G=25%
B=38.10%

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
Decimal2171472240.030.3400.12294.5555.472.75
HexD993E03220C1273749
Octal33122334034201444767111
Binary11011001100100111110000011100010011001001001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993E0; }

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

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

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

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

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

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

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

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