#D68EDD

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

Shades of Plum #D68EDD

Tints of Plum #D68EDD

Color information

#D68EDD (or 0xD68EDD) is unknown color: approx Plum. HEX triplet: D6, 8E and DD. RGB value is (214,142,221). Sum of RGB (Red+Green+Blue) = 214+142+221=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDD is #297122. Grayscale: #ACACAC. Windows color (decimal): -2715939 or 14520022. OLE color: 14520022.

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

Color convert

RGB214142221-
CMYK0.030.3600.13
HSL294.68º53.74%71.18%-
HSV(B)294.68º35.75%86.67%-
XYZ50.4638.8673.25-
YUV172.53155.35157.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=37.09%
G=24.61%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141422210.030.3600.13294.6853.7471.18
HexD68EDD3240D1273647
Octal32621633534401544766107
Binary11010110100011101101110111100100011011001001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EDD; }

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

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

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

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

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

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

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

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