#D697DA

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

Shades of Plum #D697DA

Tints of Plum #D697DA

Color information

#D697DA (or 0xD697DA) is unknown color: approx Plum. HEX triplet: D6, 97 and DA. RGB value is (214,151,218). Sum of RGB (Red+Green+Blue) = 214+151+218=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D697DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697DA is #296825. Grayscale: #B1B1B1. Windows color (decimal): -2713638 or 14325718. OLE color: 14325718.

HSL color Cylindrical-coordinate representation of color #D697DA: hue angle of 296.42º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D697DA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214151218-
CMYK0.020.3100.15
HSL296.42º47.52%72.35%-
HSV(B)296.42º30.73%85.49%-
XYZ51.4541.4971.63-
YUV177.48150.87154.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=36.71%
G=25.90%
B=37.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141512180.020.3100.15296.4247.5272.35
HexD697DA21F0F1283048
Octal32622733223701745060110
Binary1101011010010111110110101011111011111001010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697DA; }

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

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

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

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

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

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

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

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