#D697DB

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

Shades of Plum #D697DB

Tints of Plum #D697DB

Color information

#D697DB (or 0xD697DB) is unknown color: approx Plum. HEX triplet: D6, 97 and DB. RGB value is (214,151,219). Sum of RGB (Red+Green+Blue) = 214+151+219=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D697DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697DB is #296824. Grayscale: #B1B1B1. Windows color (decimal): -2713637 or 14391254. OLE color: 14391254.

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

Color convert

RGB214151219-
CMYK0.020.3100.14
HSL295.59º48.57%72.55%-
HSV(B)295.59º31.05%85.88%-
XYZ51.5841.5472.32-
YUV177.59151.37153.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=36.64%
G=25.86%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141512190.020.3100.14295.5948.5772.55
HexD697DB21F0E1283149
Octal32622733323701645061111
Binary1101011010010111110110111011111011101001010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697DB; }

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

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

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

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

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

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

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

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