#D689DB

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

Shades of Plum #D689DB

Tints of Plum #D689DB

Color information

#D689DB (or 0xD689DB) is unknown color: approx Plum. HEX triplet: D6, 89 and DB. RGB value is (214,137,219). Sum of RGB (Red+Green+Blue) = 214+137+219=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D689DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DB is #297624. Grayscale: #A9A9A9. Windows color (decimal): -2717221 or 14387670. OLE color: 14387670.

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

Color convert

RGB214137219-
CMYK0.020.3700.14
HSL296.34º53.25%69.8%-
HSV(B)296.34º37.44%85.88%-
XYZ49.4637.371.61-
YUV169.37156.01159.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=37.54%
G=24.04%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141372190.020.3700.14296.3453.2569.8
HexD689DB2250E1283546
Octal32621133324501645065106
Binary11010110100010011101101110100101011101001010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689DB; }

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

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

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

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

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

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

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

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