#D993E4

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

Shades of Plum #D993E4

Tints of Plum #D993E4

Color information

#D993E4 (or 0xD993E4) is unknown color: approx Plum. HEX triplet: D9, 93 and E4. RGB value is (217,147,228). Sum of RGB (Red+Green+Blue) = 217+147+228=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D993E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993E4 is #266C1B. Grayscale: #B0B0B0. Windows color (decimal): -2518044 or 14980057. OLE color: 14980057.

HSL color Cylindrical-coordinate representation of color #D993E4: hue angle of 291.85º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D993E4 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217147228-
CMYK0.050.3600.11
HSL291.85º60%73.53%-
HSV(B)291.85º35.53%89.41%-
XYZ53.0541.2278.56-
YUV177.16156.69156.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=36.66%
G=24.83%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171472280.050.3600.11291.856073.53
HexD993E45240B1243c4a
Octal33122334454401344474112
Binary110110011001001111100100101100100010111001001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993E4; }

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

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

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

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

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

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

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

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