#D688DF

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

Shades of Plum #D688DF

Tints of Plum #D688DF

Color information

#D688DF (or 0xD688DF) is unknown color: approx Plum. HEX triplet: D6, 88 and DF. RGB value is (214,136,223). Sum of RGB (Red+Green+Blue) = 214+136+223=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #D688DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DF is #297720. Grayscale: #A8A8A8. Windows color (decimal): -2717473 or 14649558. OLE color: 14649558.

HSL color Cylindrical-coordinate representation of color #D688DF: hue angle of 293.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D688DF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214136223-
CMYK0.040.3900.13
HSL293.79º57.62%70.39%-
HSV(B)293.79º39.01%87.45%-
XYZ49.8537.2374.37-
YUV169.24158.34159.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=37.35%
G=23.73%
B=38.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141362230.040.3900.13293.7957.6270.39
HexD688DF4270D1263a46
Octal32621033744701544672106
Binary110101101000100011011111100100111011011001001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688DF; }

 p { color: rgb(214,136,223); }

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

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

 a { background-color: rgb(214,136,223); }

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

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

 span { border-color: rgb(214,136,223); }

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