#D68EDB

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

Shades of Plum #D68EDB

Tints of Plum #D68EDB

Color information

#D68EDB (or 0xD68EDB) is unknown color: approx Plum. HEX triplet: D6, 8E and DB. RGB value is (214,142,219). Sum of RGB (Red+Green+Blue) = 214+142+219=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDB is #297124. Grayscale: #ACACAC. Windows color (decimal): -2715941 or 14388950. OLE color: 14388950.

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

Color convert

RGB214142219-
CMYK0.020.3500.14
HSL296.1º51.68%70.78%-
HSV(B)296.1º35.16%85.88%-
XYZ50.1938.7671.85-
YUV172.31154.35157.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=37.22%
G=24.70%
B=38.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141422190.020.3500.14296.151.6870.78
HexD68EDB2230E1283447
Octal32621633324301645064107
Binary11010110100011101101101110100011011101001010001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EDB; }

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

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

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

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

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

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

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

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