#D696DE

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

Shades of Plum #D696DE

Tints of Plum #D696DE

Color information

#D696DE (or 0xD696DE) is unknown color: approx Plum. HEX triplet: D6, 96 and DE. RGB value is (214,150,222). Sum of RGB (Red+Green+Blue) = 214+150+222=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D696DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696DE is #296921. Grayscale: #B1B1B1. Windows color (decimal): -2713890 or 14587606. OLE color: 14587606.

HSL color Cylindrical-coordinate representation of color #D696DE: hue angle of 293.33º 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 #D696DE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214150222-
CMYK0.040.3200.13
HSL293.33º52.17%72.94%-
HSV(B)293.33º32.43%87.06%-
XYZ51.8241.3874.36-
YUV177.34153.2154.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=36.52%
G=25.60%
B=37.88%

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
Decimal2141502220.040.3200.13293.3352.1772.94
HexD696DE4200D1253449
Octal32622633644001544564111
Binary110101101001011011011110100100000011011001001011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696DE; }

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

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

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

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

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

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

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

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