#D693DE

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

Shades of Plum #D693DE

Tints of Plum #D693DE

Color information

#D693DE (or 0xD693DE) is unknown color: approx Plum. HEX triplet: D6, 93 and DE. RGB value is (214,147,222). Sum of RGB (Red+Green+Blue) = 214+147+222=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D693DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693DE is #296C21. Grayscale: #AFAFAF. Windows color (decimal): -2714658 or 14586838. OLE color: 14586838.

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

Color convert

RGB214147222-
CMYK0.040.3400.13
HSL293.6º53.19%72.35%-
HSV(B)293.6º33.78%87.06%-
XYZ51.3540.4474.21-
YUV175.58154.2155.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=36.71%
G=25.21%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141472220.040.3400.13293.653.1972.35
HexD693DE4220D1263548
Octal32622333644201544665110
Binary110101101001001111011110100100010011011001001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693DE; }

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

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

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

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

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

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

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

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