#D68ADC

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

Shades of Plum #D68ADC

Tints of Plum #D68ADC

Color information

#D68ADC (or 0xD68ADC) is unknown color: approx Plum. HEX triplet: D6, 8A and DC. RGB value is (214,138,220). Sum of RGB (Red+Green+Blue) = 214+138+220=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADC is #297523. Grayscale: #A9A9A9. Windows color (decimal): -2716964 or 14453462. OLE color: 14453462.

HSL color Cylindrical-coordinate representation of color #D68ADC: hue angle of 295.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68ADC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214138220-
CMYK0.030.3700.14
HSL295.61º53.95%70.2%-
HSV(B)295.61º37.27%86.27%-
XYZ49.7437.6472.35-
YUV170.07156.18159.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=37.41%
G=24.13%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141382200.030.3700.14295.6153.9570.2
HexD68ADC3250E1283646
Octal32621233434501645066106
Binary11010110100010101101110011100101011101001010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ADC; }

 p { color: rgb(214,138,220); }

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

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

 a { background-color: rgb(214,138,220); }

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

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

 span { border-color: rgb(214,138,220); }

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