#D68CDF

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

Shades of Plum #D68CDF

Tints of Plum #D68CDF

Color information

#D68CDF (or 0xD68CDF) is unknown color: approx Plum. HEX triplet: D6, 8C and DF. RGB value is (214,140,223). Sum of RGB (Red+Green+Blue) = 214+140+223=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D68CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDF is #297320. Grayscale: #ABABAB. Windows color (decimal): -2716449 or 14650582. OLE color: 14650582.

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

Color convert

RGB214140223-
CMYK0.040.3700.13
HSL293.49º56.46%71.18%-
HSV(B)293.49º37.22%87.45%-
XYZ50.4338.3874.56-
YUV171.59157.02158.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 140 (55.08% from 255) = 24.26%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=37.09%
G=24.26%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141402230.040.3700.13293.4956.4671.18
HexD68CDF4250D1253847
Octal32621433744501544570107
Binary110101101000110011011111100100101011011001001011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CDF; }

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

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

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

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

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

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

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

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