#D689E4

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

Shades of Plum #D689E4

Tints of Plum #D689E4

Color information

#D689E4 (or 0xD689E4) is unknown color: approx Plum. HEX triplet: D6, 89 and E4. RGB value is (214,137,228). Sum of RGB (Red+Green+Blue) = 214+137+228=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #D689E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689E4 is #29761B. Grayscale: #AAAAAA. Windows color (decimal): -2717212 or 14977494. OLE color: 14977494.

HSL color Cylindrical-coordinate representation of color #D689E4: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D689E4 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214137228-
CMYK0.060.4000.11
HSL290.77º62.76%71.57%-
HSV(B)290.77º39.91%89.41%-
XYZ50.6837.7978.02-
YUV170.4160.51159.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 137 (53.91% from 255) = 23.66%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=36.96%
G=23.66%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141372280.060.4000.11290.7762.7671.57
HexD689E46280B1233f48
Octal32621134465001344377110
Binary110101101000100111100100110101000010111001000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689E4; }

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

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

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

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

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

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

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

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