#D68EDF

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

Shades of Plum #D68EDF

Tints of Plum #D68EDF

Color information

#D68EDF (or 0xD68EDF) is unknown color: approx Plum. HEX triplet: D6, 8E and DF. RGB value is (214,142,223). Sum of RGB (Red+Green+Blue) = 214+142+223=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D68EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDF is #297120. Grayscale: #ACACAC. Windows color (decimal): -2715937 or 14651094. OLE color: 14651094.

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

Color convert

RGB214142223-
CMYK0.040.3600.13
HSL293.33º55.86%71.57%-
HSV(B)293.33º36.32%87.45%-
XYZ50.7238.9774.66-
YUV172.76156.35157.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=36.96%
G=24.53%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141422230.040.3600.13293.3355.8671.57
HexD68EDF4240D1253848
Octal32621633744401544570110
Binary110101101000111011011111100100100011011001001011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EDF; }

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

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

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

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

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

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

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

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