#D68CDA

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

Shades of Plum #D68CDA

Tints of Plum #D68CDA

Color information

#D68CDA (or 0xD68CDA) is unknown color: approx Plum. HEX triplet: D6, 8C and DA. RGB value is (214,140,218). Sum of RGB (Red+Green+Blue) = 214+140+218=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDA is #297325. Grayscale: #AAAAAA. Windows color (decimal): -2716454 or 14322902. OLE color: 14322902.

HSL color Cylindrical-coordinate representation of color #D68CDA: hue angle of 296.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68CDA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214140218-
CMYK0.020.3600.15
HSL296.92º51.32%70.2%-
HSV(B)296.92º35.78%85.49%-
XYZ49.7638.1171.06-
YUV171.02154.52158.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=37.41%
G=24.48%
B=38.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141402180.020.3600.15296.9251.3270.2
HexD68CDA2240F1293346
Octal32621433224401745163106
Binary11010110100011001101101010100100011111001010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CDA; }

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

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

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

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

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

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

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

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