#D697DE

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

Shades of Plum #D697DE

Tints of Plum #D697DE

Color information

#D697DE (or 0xD697DE) is unknown color: approx Plum. HEX triplet: D6, 97 and DE. RGB value is (214,151,222). Sum of RGB (Red+Green+Blue) = 214+151+222=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D697DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697DE is #296821. Grayscale: #B1B1B1. Windows color (decimal): -2713634 or 14587862. OLE color: 14587862.

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

Color convert

RGB214151222-
CMYK0.040.3200.13
HSL293.24º51.82%73.14%-
HSV(B)293.24º31.98%87.06%-
XYZ51.9841.774.42-
YUV177.93152.87153.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=36.46%
G=25.72%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141512220.040.3200.13293.2451.8273.14
HexD697DE4200D1253449
Octal32622733644001544564111
Binary110101101001011111011110100100000011011001001011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697DE; }

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

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

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

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

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

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

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

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