#D696DB

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

Shades of Plum #D696DB

Tints of Plum #D696DB

Color information

#D696DB (or 0xD696DB) is unknown color: approx Plum. HEX triplet: D6, 96 and DB. RGB value is (214,150,219). Sum of RGB (Red+Green+Blue) = 214+150+219=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D696DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696DB is #296924. Grayscale: #B0B0B0. Windows color (decimal): -2713893 or 14390998. OLE color: 14390998.

HSL color Cylindrical-coordinate representation of color #D696DB: hue angle of 295.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D696DB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214150219-
CMYK0.020.3200.14
HSL295.65º48.94%72.35%-
HSV(B)295.65º31.51%85.88%-
XYZ51.4241.2272.26-
YUV177151.7154.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=36.71%
G=25.73%
B=37.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141502190.020.3200.14295.6548.9472.35
HexD696DB2200E1283148
Octal32622633324001645061110
Binary11010110100101101101101110100000011101001010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696DB; }

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

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

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

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

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

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

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

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