#D693E2

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

Shades of Plum #D693E2

Tints of Plum #D693E2

Color information

#D693E2 (or 0xD693E2) is unknown color: approx Plum. HEX triplet: D6, 93 and E2. RGB value is (214,147,226). Sum of RGB (Red+Green+Blue) = 214+147+226=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #D693E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693E2 is #296C1D. Grayscale: #AFAFAF. Windows color (decimal): -2714654 or 14848982. OLE color: 14848982.

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

Color convert

RGB214147226-
CMYK0.050.3500.11
HSL290.89º57.66%73.14%-
HSV(B)290.89º34.96%88.63%-
XYZ51.8940.6577.06-
YUV176.04156.2155.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 226 (88.67% from 255) = 38.50%
R=36.46%
G=25.04%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141472260.050.3500.11290.8957.6673.14
HexD693E25230B1233a49
Octal32622334254301344372111
Binary110101101001001111100010101100011010111001000111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693E2; }

 p { color: rgb(214,147,226); }

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

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

 a { background-color: rgb(214,147,226); }

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

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

 span { border-color: rgb(214,147,226); }

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